Home
last modified time | relevance | path

Searched refs:normalize_overflow32 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c155 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()
/aosp_15_r20/external/cronet/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c155 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()
/aosp_15_r20/bionic/libc/tzcode/
H A Dlocaltime.c152 static bool normalize_overflow32(int_fast32_t *, int *, int);
1983 normalize_overflow32(int_fast32_t *tensptr, int *unitsptr, int base) in normalize_overflow32() function
2060 if (normalize_overflow32(&y, &yourtm.tm_mon, MONSPERYEAR)) in time2sub()