Searched refs:okayp (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 165 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()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 165 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()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 165 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()
|
/third_party/tzdata/ |
D | localtime.c | 1949 bool *okayp, in time2sub() argument 1963 *okayp = false; in time2sub() 2138 *okayp = true; in time2sub() 2148 bool *okayp) in time2() argument 2157 t = time2sub(tmp, funcp, sp, offset, okayp, false); in time2() 2158 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); in time2()
|