Searched refs:time2sub (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/tools/tzcode/ |
D | localtime.c | 170 static time_t time2sub(struct tm *tmp, 1675 time2sub(tmp, funcp, offset, okayp, do_norm_secs) in time2sub() function 1872 t = time2sub(tmp, funcp, offset, okayp, FALSE); 1873 return *okayp ? t : time2sub(tmp, funcp, offset, okayp, TRUE);
|