Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h118 #ifndef TZ_MAX_LEAPS
119 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
/third_party/tzdata/
Dtzfile.h119 #ifndef TZ_MAX_LEAPS
120 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
Dzic.c408 static zic_t trans[TZ_MAX_LEAPS];
409 static zic_t corr[TZ_MAX_LEAPS];
410 static char roll[TZ_MAX_LEAPS];
3156 if (TZ_MAX_LEAPS <= leapcnt) { in leapadd()
Dlocaltime.c137 struct lsinfo lsis[TZ_MAX_LEAPS];
471 if (! (0 <= leapcnt && leapcnt < TZ_MAX_LEAPS in tzloadbody()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dtzfile.h113 #ifndef TZ_MAX_LEAPS
114 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
Dzic.c412 static zic_t trans[TZ_MAX_LEAPS];
413 static zic_t corr[TZ_MAX_LEAPS];
414 static char roll[TZ_MAX_LEAPS];
2788 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) { in leapadd()
Dlocaltime.c113 struct lsinfo lsis[TZ_MAX_LEAPS];
401 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS || in tzload()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dtzfile.h113 #ifndef TZ_MAX_LEAPS
114 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
Dzic.c412 static zic_t trans[TZ_MAX_LEAPS];
413 static zic_t corr[TZ_MAX_LEAPS];
414 static char roll[TZ_MAX_LEAPS];
2788 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) { in leapadd()
Dlocaltime.c113 struct lsinfo lsis[TZ_MAX_LEAPS];
401 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS || in tzload()
/third_party/icu/icu4c/source/tools/tzcode/
Dtzfile.h113 #ifndef TZ_MAX_LEAPS
114 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ macro
Dzic.c412 static zic_t trans[TZ_MAX_LEAPS];
413 static zic_t corr[TZ_MAX_LEAPS];
414 static char roll[TZ_MAX_LEAPS];
2788 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) { in leapadd()
Dlocaltime.c113 struct lsinfo lsis[TZ_MAX_LEAPS];
401 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS || in tzload()