Searched refs:timesub (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/tools/tzcode/ |
D | localtime.c | 174 static struct tm * timesub(const time_t * timep, long offset, 1314 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp); 1363 result = timesub(timep, offset, gmtptr, tmp); 1431 timesub(timep, offset, sp, tmp) in timesub() function
|