Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c149 static int increment_overflow(int * number, int delta);
1471 if (increment_overflow(&newy, idelta)) in timesub()
1500 if (increment_overflow(&y, -1)) in timesub()
1506 if (increment_overflow(&y, 1)) in timesub()
1510 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE)) in timesub()
1582 increment_overflow(int *const ip, int j) in increment_overflow() function
1634 return increment_overflow(tensptr, tensdelta); in normalize_overflow()
1744 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()