Searched refs:localsub (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/tools/tzcode/ |
D | localtime.c | 152 static struct tm * localsub(const time_t * timep, long offset, 1232 localsub(timep, offset, tmp) in localsub() function 1273 result = localsub(&newt, offset, tmp); 1328 return localsub(timep, 0L, &tm); 1340 return localsub(timep, 0L, tmp); 1820 ((funcp == localsub) ? lclptr : gmtptr); 1914 sp = (const struct state *) ((funcp == localsub) ? lclptr : gmtptr); 1954 return time1(tmp, localsub, 0L);
|