Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c170 static struct tm * timesub(const time_t * timep, int_fast32_t offset,
1322 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp); in localsub()
1366 result = timesub(timep, offset, gmtptr, tmp); in gmtsub()
1417 timesub(const time_t *const timep, const int_fast32_t offset, in timesub() function