Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
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()