HomeSort by relevance Sort by last modified time
    Searched refs:TZ_MAX_TYPES (Results 1 - 5 of 5) 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 */
localtime.c 178 struct ttinfo ttis[TZ_MAX_TYPES];
488 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES ||
609 sp->typecnt + 2 <= TZ_MAX_TYPES) {
    [all...]
  /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 */
zic.c 404 static long gmtoffs[TZ_MAX_TYPES];
407 static long rawoffs[TZ_MAX_TYPES];
408 static long dstoffs[TZ_MAX_TYPES];
410 static char isdsts[TZ_MAX_TYPES];
411 static unsigned char abbrinds[TZ_MAX_TYPES];
412 static char ttisstds[TZ_MAX_TYPES];
413 static char ttisgmts[TZ_MAX_TYPES];
    [all...]
localtime.c 117 struct ttinfo ttis[TZ_MAX_TYPES];
404 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES ||
525 sp->typecnt + 2 <= TZ_MAX_TYPES) {
    [all...]

Completed in 1117 milliseconds