Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtzfile.h28 #ifndef TZDEFAULT
29 #define TZDEFAULT "/etc/localtime" macro
30 #endif /* !defined TZDEFAULT */
/third_party/icu/icu4c/source/tools/tzcode/
H A Dtzfile.h26 #ifndef TZDEFAULT
27 #define TZDEFAULT "localtime" macro
28 #endif /* !defined TZDEFAULT */
H A Dzic.c751 dolink(lcltime, TZDEFAULT); in main()
1153 if (strcmp(fields[ZF_NAME], TZDEFAULT) == 0 && lcltime != NULL) { in inzone()
1156 TZDEFAULT); in inzone()
H A Dlocaltime.c352 if (name == NULL && (name = TZDEFAULT) == NULL) in tzload()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dtzfile.h26 #ifndef TZDEFAULT
27 #define TZDEFAULT "localtime" macro
28 #endif /* !defined TZDEFAULT */
H A Dzic.c750 dolink(lcltime, TZDEFAULT); in main()
1152 if (strcmp(fields[ZF_NAME], TZDEFAULT) == 0 && lcltime != NULL) { in inzone()
1155 TZDEFAULT); in inzone()
H A Dlocaltime.c350 if (name == NULL && (name = TZDEFAULT) == NULL) in tzload()
/third_party/node/deps/icu-small/source/common/
H A Dputil.cpp692 /* common targets of the symbolic link at TZDEFAULT are:
707 #define TZDEFAULT "/etc/localtime" macro
711 #define TZDEFAULT "/etc/localtime" macro
1031 if(compareBinaryFiles(TZDEFAULT, newpath.data(), tzInfo)) { in searchForTZFile()
1174 char *ret = realpath(TZDEFAULT, gTimeZoneBuffer); in uprv_tzname()
1175 if (ret != nullptr && uprv_strcmp(TZDEFAULT, gTimeZoneBuffer) != 0) { in uprv_tzname()
1187 ssize_t size = readlink(TZDEFAULT, gTimeZoneBuffer, sizeof(gTimeZoneBuffer)-1); in uprv_tzname()
/third_party/icu/icu4c/source/common/
H A Dputil.cpp692 /* common targets of the symbolic link at TZDEFAULT are:
707 #define TZDEFAULT "/etc/localtime" macro
711 #define TZDEFAULT "/etc/localtime" macro
1031 if(compareBinaryFiles(TZDEFAULT, newpath.data(), tzInfo)) { in searchForTZFile()
1174 int32_t ret = (int32_t)readlink(TZDEFAULT, gTimeZoneBuffer, sizeof(gTimeZoneBuffer)-1); in uprv_tzname()
/third_party/skia/third_party/externals/icu/source/common/
H A Dputil.cpp692 /* common targets of the symbolic link at TZDEFAULT are:
707 #define TZDEFAULT "/etc/localtime" macro
711 #define TZDEFAULT "/etc/localtime" macro
1022 if(compareBinaryFiles(TZDEFAULT, newpath.data(), tzInfo)) { in searchForTZFile()
1165 int32_t ret = (int32_t)readlink(TZDEFAULT, gTimeZoneBuffer, sizeof(gTimeZoneBuffer)-1); in uprv_tzname()
/third_party/tzdata/
H A DMakefile102 # The default local timezone is taken from the file TZDEFAULT.
103 TZDEFAULT = $(TOPDIR)/etc/localtime macro
646 -t '$(DESTDIR)$(TZDEFAULT)'
702 '#ifndef TZDEFAULT' \
703 '# define TZDEFAULT "$(TZDEFAULT)" /* default zone */' \
759 TZDEFAULT='$(TZDEFAULT)' \
H A Dlocaltime.c424 name = TZDEFAULT; in tzloadbody()
H A Dzic.c1127 tzdefault = TZDEFAULT; in main()

Completed in 31 milliseconds