Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c153 static int normalize_overflow32(int_fast32_t * tensptr,
155 static int normalize_overflow(int * tensptr, int * unitsptr,
1626 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() argument
1634 return increment_overflow(tensptr, tensdelta); in normalize_overflow()
1638 normalize_overflow32(int_fast32_t *const tensptr, int *const unitsptr, in normalize_overflow32() argument
1647 return increment_overflow32(tensptr, tensdelta); in normalize_overflow32()