Searched refs:localsub (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 149 static struct tm * localsub(const time_t * timep, int_fast32_t offset, 1249 ** is to not call it--so we drop its guts into "localsub", which can be 1258 localsub(const time_t *const timep, const int_fast32_t offset, in localsub() function 1288 result = localsub(&newt, offset, tmp); in localsub() 1337 return localsub(timep, 0L, &tm); in localtime() 1347 return localsub(timep, 0L, tmp); in localtime_r() 1351 ** gmtsub is to gmtime as localsub is to localtime. 1808 ((funcp == localsub) ? lclptr : gmtptr); in time2sub() 1900 sp = (const struct state *) ((funcp == localsub) ? lclptr : gmtptr); in time1() 1937 return time1(tmp, localsub, in mktime() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 147 static struct tm * localsub(const time_t * timep, int_fast32_t offset, 1247 ** is to not call it--so we drop its guts into "localsub", which can be 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() 1349 ** gmtsub is to gmtime as localsub is to localtime. 1806 ((funcp == localsub) ? lclptr : gmtptr); in time2sub() 1898 sp = (const struct state *) ((funcp == localsub) ? lclptr : gmtptr); in time1() 1935 return time1(tmp, localsub, in mktime() [all...] |
/third_party/tzdata/ |
H A D | localtime.c | 1481 ** is to not call it, so we drop its guts into "localsub", which can be 1496 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, in localsub() function 1532 result = localsub(sp, &newt, setname, tmp); in localsub() 1595 return localsub(sp, timep, 0, tmp); in localtime_rz() 1610 tmp = localsub(lclptr, timep, setname, tmp); in localtime_tzset() 1631 ** gmtsub is to gmtime as localsub is to localtime. 2255 return time1(tmp, localsub, sp, setname); in mktime_tzname()
|
Completed in 8 milliseconds