Home | History | Annotate | Download | only in tzcode

Lines Matching refs:isleap

853     leapyear = isleap(year);
1034 yearsecs = (year_lengths[isleap(year)]
1503 while (tdays < 0 || tdays >= year_lengths[isleap(y)]) {
1548 idays += year_lengths[isleap(y)];
1550 while (idays >= year_lengths[isleap(y)]) {
1551 idays -= year_lengths[isleap(y)];
1579 ip = mon_lengths[isleap(y)];
1754 yourtm.tm_mday += year_lengths[isleap(li)];
1758 yourtm.tm_mday -= year_lengths[isleap(li)];
1763 i = mon_lengths[isleap(y)][yourtm.tm_mon];