Home
last modified time | relevance | path

Searched refs:time2sub (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c168 static time_t time2sub(struct tm *tmp,
1669 time2sub(struct tm *const tmp, in time2sub() function
1857 t = time2sub(tmp, funcp, offset, okayp, false); in time2()
1858 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, true); in time2()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c166 static time_t time2sub(struct tm *tmp,
1667 time2sub(struct tm *const tmp, in time2sub() function
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/
H A Dlocaltime.c1956 time2sub(struct tm *const tmp, in time2sub() function
2175 t = time2sub(tmp, funcp, sp, offset, okayp, false); in time2()
2176 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); in time2()

Completed in 10 milliseconds