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

/external/icu4c/tools/tzcode/
H A Dlocaltime.c174 static struct tm * timesub(const time_t * timep, long offset,
1312 ** timesub(&t, 0L, sp, tmp);
1314 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp);
1363 result = timesub(timep, offset, gmtptr, tmp);
1431 timesub(timep, offset, sp, tmp) function

Completed in 22 milliseconds