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

/external/icu4c/tools/tzcode/
H A Dlocaltime.c150 static struct tm * gmtsub(const time_t * timep, long offset,
1246 return gmtsub(timep, offset, tmp);
1344 ** gmtsub is to gmtime as localsub is to localtime.
1348 gmtsub(timep, offset, tmp) function
1390 return gmtsub(timep, 0L, &tm);
1402 return gmtsub(timep, 0L, tmp);
1412 return gmtsub(timep, offset, &tm);
1972 return time1(tmp, gmtsub, 0L);
1981 return time1(tmp, gmtsub, offset);

Completed in 46 milliseconds