Home | History | Annotate | Download | only in tzcode

Lines Matching refs:isleap

848     leapyear = isleap(year);
1050 newfirst += year_lengths[isleap(year)] *
1505 while (tdays < 0 || tdays >= year_lengths[isleap(y)]) {
1550 idays += year_lengths[isleap(y)];
1552 while (idays >= year_lengths[isleap(y)]) {
1553 idays -= year_lengths[isleap(y)];
1581 ip = mon_lengths[isleap(y)];
1739 yourtm.tm_mday += year_lengths[isleap(li)];
1743 yourtm.tm_mday -= year_lengths[isleap(li)];
1748 i = mon_lengths[isleap(y)][yourtm.tm_mon];