Searched refs:leaps_thru_end_of (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/tools/tzcode/
H A Dlocaltime.c155 static int leaps_thru_end_of(int y);
1423 leaps_thru_end_of(y) function
1427 -(leaps_thru_end_of(-(y + 1)) + 1);
1493 leapdays = leaps_thru_end_of(newy - 1) -
1494 leaps_thru_end_of(y - 1);
1539 leaps_thru_end_of(y - 1) -
1540 leaps_thru_end_of(EPOCH_YEAR - 1) +

Completed in 182 milliseconds