Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/tools/tzcode/
Dlocaltime.c151 static int increment_overflow(int * number, int delta);
1473 if (increment_overflow(&newy, idelta)) in timesub()
1502 if (increment_overflow(&y, -1)) in timesub()
1508 if (increment_overflow(&y, 1)) in timesub()
1512 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE)) in timesub()
1584 increment_overflow(int *const ip, int j) in increment_overflow() function
1636 return increment_overflow(tensptr, tensdelta); in normalize_overflow()
1746 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
/third_party/skia/m133/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c151 static int increment_overflow(int * number, int delta);
1473 if (increment_overflow(&newy, idelta)) in timesub()
1502 if (increment_overflow(&y, -1)) in timesub()
1508 if (increment_overflow(&y, 1)) in timesub()
1512 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE)) in timesub()
1584 increment_overflow(int *const ip, int j) in increment_overflow() function
1636 return increment_overflow(tensptr, tensdelta); in normalize_overflow()
1746 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
/third_party/skia/third_party/externals/icu/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()
/third_party/tzdata/
Dlocaltime.c255 static bool increment_overflow(int *, int);
1277 || increment_overflow(&yearbeg1, 1) in tzparse()
1285 if (increment_overflow(&yearlim, years_of_observations)) in tzparse()
1321 if (increment_overflow(&yearlim, in tzparse()
1933 increment_overflow(int *ip, int j) in increment_overflow() function