/bionic/libc/tzcode/ |
tzfile.h | 40 #ifndef TZDEFRULES 41 #define TZDEFRULES "posixrules" 42 #endif /* !defined TZDEFRULES */
|
localtime.c | 131 ** The DST rules to use if TZ has no rules and we can't load TZDEFRULES. 1038 load_result = tzload(TZDEFRULES, sp, FALSE); [all...] |
/external/chromium/third_party/icu/source/tools/tzcode/ |
tzfile.h | 40 #ifndef TZDEFRULES 41 #define TZDEFRULES "posixrules" 42 #endif /* !defined TZDEFRULES */
|
zic.c | 737 dolink(psxrules, TZDEFRULES); 1136 if (strcmp(fields[ZF_NAME], TZDEFRULES) == 0 && psxrules != NULL) { 1137 buf = erealloc(buf, (int) (132 + strlen(TZDEFRULES))); 1140 TZDEFRULES); [all...] |
localtime.c | 76 ** The DST rules to use if TZ has no rules and we can't load TZDEFRULES. 951 load_result = tzload(TZDEFRULES, sp, FALSE); [all...] |
/external/icu4c/tools/tzcode/ |
tzfile.h | 40 #ifndef TZDEFRULES 41 #define TZDEFRULES "posixrules" 42 #endif /* !defined TZDEFRULES */
|
zic.c | 737 dolink(psxrules, TZDEFRULES); 1136 if (strcmp(fields[ZF_NAME], TZDEFRULES) == 0 && psxrules != NULL) { 1137 buf = erealloc(buf, (int) (132 + strlen(TZDEFRULES))); 1140 TZDEFRULES); [all...] |
localtime.c | 76 ** The DST rules to use if TZ has no rules and we can't load TZDEFRULES. 951 load_result = tzload(TZDEFRULES, sp, FALSE); [all...] |
/system/core/libcutils/ |
tzfile.h | 40 #ifndef TZDEFRULES 41 #define TZDEFRULES "posixrules" 42 #endif /* !defined TZDEFRULES */
|
tztime.c | 109 ** The DST rules to use if TZ has no rules and we can't load TZDEFRULES. 971 load_result = tzload(TZDEFRULES, sp, FALSE); [all...] |