Searched refs:TZDEFAULT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtzfile.h36 #ifndef TZDEFAULT
37 #define TZDEFAULT "localtime" macro
38 #endif /* !defined TZDEFAULT */
H A Dzic.c733 dolink(lcltime, TZDEFAULT);
1128 if (strcmp(fields[ZF_NAME], TZDEFAULT) == 0 && lcltime != NULL) {
1129 buf = erealloc(buf, (int) (132 + strlen(TZDEFAULT)));
1132 TZDEFAULT);
H A Dlocaltime.c353 if (name == NULL && (name = TZDEFAULT) == NULL)
/external/icu/icu4c/source/tools/tzcode/
H A Dtzfile.h36 #ifndef TZDEFAULT
37 #define TZDEFAULT "localtime" macro
38 #endif /* !defined TZDEFAULT */
H A Dzic.c733 dolink(lcltime, TZDEFAULT);
1128 if (strcmp(fields[ZF_NAME], TZDEFAULT) == 0 && lcltime != NULL) {
1129 buf = erealloc(buf, (int) (132 + strlen(TZDEFAULT)));
1132 TZDEFAULT);
H A Dlocaltime.c353 if (name == NULL && (name = TZDEFAULT) == NULL)
/external/chromium_org/third_party/icu/source/common/
H A Dputil.cpp685 #define TZDEFAULT "/etc/localtime" macro
690 #define TZDEFAULT "/etc/localtime" macro
979 if(compareBinaryFiles(TZDEFAULT, newpath, tzInfo)) {
1039 int32_t ret = (int32_t)readlink(TZDEFAULT, gTimeZoneBuffer, sizeof(gTimeZoneBuffer));
/external/icu/icu4c/source/common/
H A Dputil.cpp685 #define TZDEFAULT "/etc/localtime" macro
690 #define TZDEFAULT "/etc/localtime" macro
979 if(compareBinaryFiles(TZDEFAULT, newpath, tzInfo)) {
1039 int32_t ret = (int32_t)readlink(TZDEFAULT, gTimeZoneBuffer, sizeof(gTimeZoneBuffer));

Completed in 485 milliseconds