Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c1461 register int leapdays; in timesub() local
1473 leapdays = leaps_thru_end_of(newy - 1) - in timesub()
1476 tdays -= leapdays; in timesub()