Home
last modified time | relevance | path

Searched refs:TZ_ABBR_CHAR_SET (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c23 #ifndef TZ_ABBR_CHAR_SET
24 #define TZ_ABBR_CHAR_SET \ macro
26 #endif /* !defined TZ_ABBR_CHAR_SET */
302 if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL) in settzname()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c21 #ifndef TZ_ABBR_CHAR_SET
22 #define TZ_ABBR_CHAR_SET \ macro
24 #endif /* !defined TZ_ABBR_CHAR_SET */
300 if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL) in settzname()
/third_party/tzdata/
H A Dlocaltime.c32 #ifndef TZ_ABBR_CHAR_SET
33 # define TZ_ABBR_CHAR_SET \ macro
35 #endif /* !defined TZ_ABBR_CHAR_SET */
366 if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL) in scrub_abbrs()

Completed in 9 milliseconds