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

  /bionic/libc/tzcode/
tzfile.h 124 #ifndef TZ_MAX_LEAPS
125 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */
126 #endif /* !defined TZ_MAX_LEAPS */
localtime.c 187 struct lsinfo lsis[TZ_MAX_LEAPS];
531 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
    [all...]
  /external/icu4c/tools/tzcode/
tzfile.h 124 #ifndef TZ_MAX_LEAPS
125 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */
126 #endif /* !defined TZ_MAX_LEAPS */
zic.c 415 static zic_t trans[TZ_MAX_LEAPS];
416 static long corr[TZ_MAX_LEAPS];
417 static char roll[TZ_MAX_LEAPS];
    [all...]
localtime.c 120 struct lsinfo lsis[TZ_MAX_LEAPS];
403 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
    [all...]
  /system/core/libcutils/
tzfile.h 124 #ifndef TZ_MAX_LEAPS
125 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */
126 #endif /* !defined TZ_MAX_LEAPS */
tztime.c 153 struct lsinfo lsis[TZ_MAX_LEAPS];
457 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
    [all...]

Completed in 101 milliseconds