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

  /bionic/libc/tzcode/
tzfile.h 106 #ifndef TZ_MAX_TYPES
108 #define TZ_MAX_TYPES 256 /* Limited by what (unsigned char)'s can hold */
115 #define TZ_MAX_TYPES 20 /* Maximum number of local time types */
117 #endif /* !defined TZ_MAX_TYPES */
  /external/icu4c/tools/tzcode/
tzfile.h 106 #ifndef TZ_MAX_TYPES
108 #define TZ_MAX_TYPES 256 /* Limited by what (unsigned char)'s can hold */
115 #define TZ_MAX_TYPES 20 /* Maximum number of local time types */
117 #endif /* !defined TZ_MAX_TYPES */
  /system/core/libcutils/
tzfile.h 106 #ifndef TZ_MAX_TYPES
108 #define TZ_MAX_TYPES 256 /* Limited by what (unsigned char)'s can hold */
115 #define TZ_MAX_TYPES 20 /* Maximum number of local time types */
117 #endif /* !defined TZ_MAX_TYPES */

Completed in 182 milliseconds