HomeSort by relevance Sort by last modified time
    Searched refs:TZ_ABBR_CHAR_SET (Results 1 - 3 of 3) sorted by null

  /bionic/libc/tzcode/
localtime.c 21 #ifndef TZ_ABBR_CHAR_SET
22 #define TZ_ABBR_CHAR_SET \
24 #endif /* !defined TZ_ABBR_CHAR_SET */
316 if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 28 #ifndef TZ_ABBR_CHAR_SET
29 #define TZ_ABBR_CHAR_SET \
31 #endif /* !defined TZ_ABBR_CHAR_SET */
309 if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL)
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 28 #ifndef TZ_ABBR_CHAR_SET
29 #define TZ_ABBR_CHAR_SET \
31 #endif /* !defined TZ_ABBR_CHAR_SET */
309 if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL)
    [all...]

Completed in 191 milliseconds