Searched refs:normalize_overflow (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 157 static int normalize_overflow(int * tensptr, int * unitsptr, 1628 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() function 1690 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, in time2sub() 1694 if (normalize_overflow(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR)) in time2sub() 1696 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in time2sub()
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/tzcode/ |
H A D | localtime.c | 157 static int normalize_overflow(int * tensptr, int * unitsptr, 1628 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() function 1690 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, in time2sub() 1694 if (normalize_overflow(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR)) in time2sub() 1696 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in time2sub()
|
/aosp_15_r20/bionic/libc/tzcode/ |
H A D | localtime.c | 1971 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() function 2051 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec, in time2sub() 2055 if (normalize_overflow(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR)) in time2sub() 2057 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY)) in time2sub()
|