Searched refs:leapcnt (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/tools/tzcode/
H A Dlocaltime.c109 int leapcnt; member in struct:state
398 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
403 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
415 sp->leapcnt * (stored + 4) + /* lsinfos */
446 for (i = 0; i < sp->leapcnt; ++i) {
953 sp->leapcnt = 0; /* so, we're off a little */
1208 lclptr->leapcnt = 0; /* so, we're off a little */
1450 i = (sp == NULL) ? 0 : sp->leapcnt;
1453 i = sp->leapcnt;
[all...]
H A Dzic.c194 static int leapcnt; variable
1663 j = leapcnt;
1675 leapcnt32 = leapcnt;
1733 thisleapcnt = leapcnt;
2567 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) {
2571 for (i = 0; i < leapcnt; ++i)
2580 for (j = leapcnt; j > i; --j) {
2588 ++leapcnt;
2601 for (i = 0; i < leapcnt; ++i) {
H A Dtz2icu.cpp322 int64_t leapcnt = readcoded(file, 0); local
515 for (i=0; i<leapcnt; ++i) {

Completed in 82 milliseconds