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

  /bionic/libc/tzcode/
localtime.c 31 #ifndef TZ_ABBR_CHAR_SET
32 #define TZ_ABBR_CHAR_SET \
34 #endif /* !defined TZ_ABBR_CHAR_SET */
369 if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL)
    [all...]
  /external/chromium/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/icu4c/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...]
  /system/core/libcutils/
tztime.c 30 #ifndef TZ_ABBR_CHAR_SET
31 #define TZ_ABBR_CHAR_SET \
33 #endif /* !defined TZ_ABBR_CHAR_SET */
    [all...]

Completed in 72 milliseconds