/bionic/libc/tzcode/ |
tzfile.h | 26 #ifndef TZDEFAULT 27 #define TZDEFAULT "localtime" 28 #endif /* !defined TZDEFAULT */
|
localtime.c | 370 if (name == NULL && (name = TZDEFAULT) == NULL) [all...] |
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
tzfile.h | 36 #ifndef TZDEFAULT 37 #define TZDEFAULT "localtime" 38 #endif /* !defined TZDEFAULT */
|
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); [all...] |
localtime.c | 353 if (name == NULL && (name = TZDEFAULT) == NULL) [all...] |
/external/icu4c/tools/tzcode/ |
tzfile.h | 36 #ifndef TZDEFAULT 37 #define TZDEFAULT "localtime" 38 #endif /* !defined TZDEFAULT */
|
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); [all...] |
localtime.c | 353 if (name == NULL && (name = TZDEFAULT) == NULL) [all...] |
/external/icu4c/common/ |
putil.cpp | 682 #define TZDEFAULT "/etc/localtime" 686 #define TZDEFAULT "/etc/localtime" 975 if(compareBinaryFiles(TZDEFAULT, newpath, tzInfo)) [all...] |
/external/chromium_org/third_party/icu/source/common/ |
putil.c | 667 #define TZDEFAULT "/etc/localtime" 954 if(compareBinaryFiles(TZDEFAULT, newpath, tzInfo)) { [all...] |