/bionic/libc/tzcode/ |
tzfile.h | 36 #ifndef TZDEFAULT 37 #define TZDEFAULT "localtime" 38 #endif /* !defined TZDEFAULT */
|
localtime.c | 422 if (name == NULL && (name = TZDEFAULT) == NULL) { [all...] |
/external/chromium/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...] |
/system/core/libcutils/ |
tzfile.h | 36 #ifndef TZDEFAULT 37 #define TZDEFAULT "localtime" 38 #endif /* !defined TZDEFAULT */
|
tztime.c | 372 if (name == NULL && (name = TZDEFAULT) == NULL) [all...] |
/external/icu4c/common/ |
putil.c | 642 #define TZDEFAULT "" 646 #define TZDEFAULT "/etc/localtime" 898 if(compareBinaryFiles(TZDEFAULT, newpath, tzInfo)) { 957 int32_t ret = (int32_t)readlink(TZDEFAULT, gTimeZoneBuffer, sizeof(gTimeZoneBuffer)); [all...] |
/external/chromium/third_party/icu/source/common/ |
putil.c | 621 #define TZDEFAULT "/etc/localtime" 873 if(compareBinaryFiles(TZDEFAULT, newpath, tzInfo)) { 932 int32_t ret = (int32_t)readlink(TZDEFAULT, gTimeZoneBuffer, sizeof(gTimeZoneBuffer)); [all...] |