Home | History | Annotate | Download | only in tzcode

Lines Matching refs:isleap

920     leapyear = isleap(year);
1122 newfirst += year_lengths[isleap(year)] *
1592 while (tdays < 0 || tdays >= year_lengths[isleap(y)]) {
1636 idays += year_lengths[isleap(y)];
1638 while (idays >= year_lengths[isleap(y)]) {
1639 idays -= year_lengths[isleap(y)];
1667 ip = mon_lengths[isleap(y)];
1842 yourtm.tm_mday += year_lengths[isleap(li)];
1846 yourtm.tm_mday -= year_lengths[isleap(li)];
1851 i = mon_lengths[isleap(y)][yourtm.tm_mon];