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

/macosx-10.9.5/ICU-511.35/icuSources/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;
2599 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) {
2603 for (i = 0; i < leapcnt; ++i)
2612 for (j = leapcnt; j > i; --j) {
2620 ++leapcnt;
2633 for (i = 0; i < leapcnt; ++i) {
H A Dtz2icu.cpp322 int64_t leapcnt = readcoded(file, 0); local
515 for (i=0; i<leapcnt; ++i) {
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c143 int leapcnt; member in struct:state
645 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
650 if (sp->leapcnt < 0 || sp->leapcnt > TZ_MAX_LEAPS ||
661 sp->leapcnt * (4 + 4) + /* lsinfos */
691 for (i = 0; i < sp->leapcnt; ++i) {
1068 sp->leapcnt = 0; /* so, we're off a little */
1390 lclptr->leapcnt = 0; /* so, we're off a little */
1761 i = (sp == NULL) ? 0 : sp->leapcnt;
1764 i = sp->leapcnt;
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dzic.c140 static int leapcnt; variable
1470 convert(eitol(leapcnt), tzh.tzh_leapcnt);
1486 j = leapcnt;
1505 for (i = 0; i < leapcnt; ++i) {
1839 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) {
1843 for (i = 0; i < leapcnt; ++i)
1852 for (j = leapcnt; j > i; --j) {
1860 ++leapcnt;
1873 for (i = 0; i < leapcnt; ++i) {
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dzic.c140 static int leapcnt; variable
1470 convert(eitol(leapcnt), tzh.tzh_leapcnt);
1486 j = leapcnt;
1505 for (i = 0; i < leapcnt; ++i) {
1839 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) {
1843 for (i = 0; i < leapcnt; ++i)
1852 for (j = leapcnt; j > i; --j) {
1860 ++leapcnt;
1873 for (i = 0; i < leapcnt; ++i) {

Completed in 96 milliseconds