Home
last modified time | relevance | path

Searched refs:year_lengths (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c638 static const int year_lengths[2] = { variable
1022 yearsecs = (year_lengths[isleap(year)] in tzparse()
1457 while (tdays < 0 || tdays >= year_lengths[isleap(y)]) { in timesub()
1502 idays += year_lengths[isleap(y)]; in timesub()
1504 while (idays >= year_lengths[isleap(y)]) { in timesub()
1505 idays -= year_lengths[isleap(y)]; in timesub()
1709 yourtm.tm_mday += year_lengths[isleap(li)]; in time2sub()
1713 yourtm.tm_mday -= year_lengths[isleap(li)]; in time2sub()