Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c165 int_fast32_t offset, int * okayp);
169 int_fast32_t offset, int * okayp, int do_norm_secs);
1670 int *const okayp, in time2sub() argument
1685 *okayp = FALSE; in time2sub()
1838 *okayp = TRUE; in time2sub()
1846 int *const okayp) in time2() argument
1855 t = time2sub(tmp, funcp, offset, okayp, FALSE); in time2()
1856 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, TRUE); in time2()