Home
last modified time | relevance | path

Searched refs:TZ_MAX_LEAPS (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/tools/tzcode/
Dtzfile.h124 #ifndef TZ_MAX_LEAPS
125 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
Dzic.c415 static zic_t trans[TZ_MAX_LEAPS];
416 static long corr[TZ_MAX_LEAPS];
417 static char roll[TZ_MAX_LEAPS];
2567 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) {
Dlocaltime.c120 struct lsinfo lsis[TZ_MAX_LEAPS];
403 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||