Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c147 static struct tm * localsub(const time_t * timep, int_fast32_t offset,
1256 localsub(const time_t *const timep, const int_fast32_t offset, in localsub() function
1286 result = localsub(&newt, offset, tmp); in localsub()
1335 return localsub(timep, 0L, &tm); in localtime()
1345 return localsub(timep, 0L, tmp); in localtime_r()
1806 ((funcp == localsub) ? lclptr : gmtptr); in time2sub()
1898 sp = (const struct state *) ((funcp == localsub) ? lclptr : gmtptr); in time1()
1935 return time1(tmp, localsub, 0L); in mktime()