Home
last modified time | relevance | path

Searched refs:leapcnt (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c102 int leapcnt; member
396 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt); in tzload()
401 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS || in tzload()
413 sp->leapcnt * (stored + 4) + /* lsinfos */ in tzload()
465 for (i = 0; i < sp->leapcnt; ++i) { in tzload()
964 sp->leapcnt = 0; /* so, we're off a little */ in tzparse()
1232 lclptr->leapcnt = 0; /* so, we're off a little */ in tzset()
1433 i = (sp == NULL) ? 0 : sp->leapcnt; in timesub()
2007 i = sp->leapcnt; in leapcorr()
Dzic.c189 static int leapcnt; variable
1660 j = leapcnt; in writezone()
1672 leapcnt32 = leapcnt; in writezone()
1730 thisleapcnt = leapcnt; in writezone()
2788 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) { in leapadd()
2792 for (i = 0; i < leapcnt; ++i) in leapadd()
2801 for (j = leapcnt; j > i; --j) { in leapadd()
2809 ++leapcnt; in leapadd()
2822 for (i = 0; i < leapcnt; ++i) { in adjleap()
Dtz2icu.cpp323 int64_t leapcnt = readcoded(file, 0); in readzoneinfo() local
516 for (i=0; i<leapcnt; ++i) { in readzoneinfo()
/external/python/dateutil/dateutil/tz/
Dtz.py452 leapcnt,
522 if leapcnt:
523 fileobj.seek(leapcnt * 8, os.SEEK_CUR)
/external/python/dateutil/
DNEWS314 - tzfile now correctly handles files containing leapcnt (although the leapcnt