Searched refs:TZDEFAULT (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
H A D | tzfile.h | 36 #ifndef TZDEFAULT 37 #define TZDEFAULT "localtime" macro 38 #endif /* !defined TZDEFAULT */
|
H A D | zic.c | 733 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 D | localtime.c | 353 if (name == NULL && (name = TZDEFAULT) == NULL)
|
/external/icu4c/tools/tzcode/ |
H A D | tzfile.h | 36 #ifndef TZDEFAULT 37 #define TZDEFAULT "localtime" macro 38 #endif /* !defined TZDEFAULT */
|
H A D | zic.c | 733 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 D | localtime.c | 353 if (name == NULL && (name = TZDEFAULT) == NULL)
|
/external/icu4c/common/ |
H A D | putil.cpp | 682 #define TZDEFAULT "/etc/localtime" macro 686 #define TZDEFAULT "/etc/localtime" macro 975 if(compareBinaryFiles(TZDEFAULT, newpath, tzInfo)) { 1035 int32_t ret = (int32_t)readlink(TZDEFAULT, gTimeZoneBuffer, sizeof(gTimeZoneBuffer));
|
/external/chromium_org/third_party/icu/source/common/ |
H A D | putil.c | 667 #define TZDEFAULT "/etc/localtime" macro 954 if(compareBinaryFiles(TZDEFAULT, newpath, tzInfo)) { 1010 int32_t ret = (int32_t)readlink(TZDEFAULT, gTimeZoneBuffer, sizeof(gTimeZoneBuffer));
|
Completed in 346 milliseconds