Home
last modified time | relevance | path

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

/external/icu4c/tools/tzcode/
Dlocaltime.c1439 register int idays; /* unsigned would be so 2003 */ local
1509 idays = tdays;
1513 --idays;
1517 ++idays;
1519 while (idays < 0) {
1522 idays += year_lengths[isleap(y)];
1524 while (idays >= year_lengths[isleap(y)]) {
1525 idays -= year_lengths[isleap(y)];
1532 tmp->tm_yday = idays;
1541 idays;
[all …]