Searched refs:normalize_overflow32 (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 155 static int normalize_overflow32(int_fast32_t * tensptr, 1640 normalize_overflow32(int_fast32_t *const tensptr, int *const unitsptr, in normalize_overflow32() function 1699 if (normalize_overflow32(&y, &yourtm.tm_mon, MONSPERYEAR)) in time2sub()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 153 static int normalize_overflow32(int_fast32_t * tensptr, 1638 normalize_overflow32(int_fast32_t *const tensptr, int *const unitsptr, in normalize_overflow32() function 1697 if (normalize_overflow32(&y, &yourtm.tm_mon, MONSPERYEAR)) in time2sub()
|
/third_party/tzdata/ |
H A D | localtime.c | 159 static bool normalize_overflow32(int_fast32_t *, int *, int); 1911 normalize_overflow32(int_fast32_t *tensptr, int *unitsptr, int base) in normalize_overflow32() function 1988 if (normalize_overflow32(&y, &yourtm.tm_mon, MONSPERYEAR)) in time2sub()
|
Completed in 8 milliseconds