Home
last modified time | relevance | path

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

/external/icu4c/tools/tzcode/
Dlocaltime.c608 static const int year_lengths[2] = { variable
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)];
1718 yourtm.tm_mday += year_lengths[isleap(li)];
1722 yourtm.tm_mday -= year_lengths[isleap(li)];