Searched refs:increment_overflow (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 151 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/ |
H A D | localtime.c | 149 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/ |
H A D | localtime.c | 156 static bool increment_overflow(int *, int); 1200 || increment_overflow(&yearbeg1, 1) in tzparse() 1208 if (increment_overflow(&yearlim, years_of_observations)) in tzparse() 1244 if (increment_overflow(&yearlim, in tzparse() 1843 increment_overflow(int *ip, int j) in increment_overflow() function 1907 return increment_overflow(tensptr, tensdelta); in normalize_overflow() 2040 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
|
Completed in 9 milliseconds