Searched refs:okayp (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 167 int_fast32_t offset, int * okayp); 171 int_fast32_t offset, int * okayp, int do_norm_secs); 1672 int *const okayp, in time2sub() argument 1687 *okayp = false; in time2sub() 1840 *okayp = true; in time2sub() 1848 int *const okayp) in time2() argument 1857 t = time2sub(tmp, funcp, offset, okayp, false); in time2() 1858 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, true); in time2()
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/tzcode/ |
H A D | localtime.c | 167 int_fast32_t offset, int * okayp); 171 int_fast32_t offset, int * okayp, int do_norm_secs); 1672 int *const okayp, in time2sub() argument 1687 *okayp = false; in time2sub() 1840 *okayp = true; in time2sub() 1848 int *const okayp) in time2() argument 1857 t = time2sub(tmp, funcp, offset, okayp, false); in time2() 1858 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, true); in time2()
|
/aosp_15_r20/bionic/libc/tzcode/ |
H A D | localtime.c | 2033 bool *okayp, in time2sub() argument 2047 *okayp = false; in time2sub() 2228 *okayp = true; in time2sub() 2238 bool *okayp) in time2() argument 2247 t = time2sub(tmp, funcp, sp, offset, okayp, false); in time2() 2248 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); in time2()
|