Searched refs:time2sub (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 166 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()
|