Home | History | Annotate | Download | only in tzcode

Lines Matching refs:isleap

825 	leapyear = isleap(year);
1027 newfirst += year_lengths[isleap(year)] *
1478 while (tdays < 0 || tdays >= year_lengths[isleap(y)]) {
1522 idays += year_lengths[isleap(y)];
1524 while (idays >= year_lengths[isleap(y)]) {
1525 idays -= year_lengths[isleap(y)];
1553 ip = mon_lengths[isleap(y)];
1718 yourtm.tm_mday += year_lengths[isleap(li)];
1722 yourtm.tm_mday -= year_lengths[isleap(li)];
1727 i = mon_lengths[isleap(y)][yourtm.tm_mon];