Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c152 static int increment_overflow_time(time_t *t, int_fast32_t delta);
1039 if (increment_overflow_time in tzparse()
1044 if (increment_overflow_time in tzparse()
1049 if (increment_overflow_time(&janfirst, yearsecs)) in tzparse()
1610 increment_overflow_time(time_t *tp, int_fast32_t j) in increment_overflow_time() function