Searched refs:normalize_overflow (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 155 static int normalize_overflow(int * tensptr, int * unitsptr, 1626 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() function 1688 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, in time2sub() 1692 if (normalize_overflow(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR)) in time2sub() 1694 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in time2sub()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 155 static int normalize_overflow(int * tensptr, int * unitsptr, 1626 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() function 1688 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, in time2sub() 1692 if (normalize_overflow(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR)) in time2sub() 1694 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in time2sub()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 155 static int normalize_overflow(int * tensptr, int * unitsptr, 1626 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() function 1688 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, in time2sub() 1692 if (normalize_overflow(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR)) in time2sub() 1694 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in time2sub()
|
/third_party/tzdata/ |
D | localtime.c | 1839 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() function 1901 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, in time2sub() 1905 if (normalize_overflow(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR)) in time2sub() 1907 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in time2sub()
|