Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c147 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset,
1269 return gmtsub(timep, offset, tmp); in localsub()
1351 ** gmtsub is to gmtime as localsub is to localtime.
1355 gmtsub(const time_t *const timep, const int_fast32_t offset, in gmtsub() function
1383 return gmtsub(timep, 0L, &tm); in gmtime()
1393 return gmtsub(timep, 0L, tmp); in gmtime_r()
1401 return gmtsub(timep, offset, &tm); in offtime()
1955 return time1(tmp, gmtsub, 0L); in timegm()
1963 return time1(tmp, gmtsub, offset); in timeoff()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c145 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset,
1267 return gmtsub(timep, offset, tmp); in localsub()
1349 ** gmtsub is to gmtime as localsub is to localtime.
1353 gmtsub(const time_t *const timep, const int_fast32_t offset, in gmtsub() function
1381 return gmtsub(timep, 0L, &tm); in gmtime()
1391 return gmtsub(timep, 0L, tmp); in gmtime_r()
1399 return gmtsub(timep, offset, &tm); in offtime()
1953 return time1(tmp, gmtsub, 0L); in timegm()
1961 return time1(tmp, gmtsub, offset); in timeoff()
/third_party/tzdata/
H A Dlocaltime.c154 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,
1490 ** SETNAME's type is int_fast32_t for compatibility with gmtsub,
1506 return gmtsub(gmtptr, timep, 0, tmp); in localsub()
1631 ** gmtsub is to gmtime as localsub is to localtime.
1635 gmtsub(ATTRIBUTE_MAYBE_UNUSED struct state const *sp, time_t const *timep, in gmtsub() function
1661 return gmtsub(gmtptr, timep, 0, tmp); in gmtime_r()
1686 return gmtsub(gmtptr, timep, offset, &tm); in offtime()
2258 return time1(tmp, gmtsub, gmtptr, 0); in mktime_tzname()
2314 return time1(tmp, gmtsub, gmtptr, offset); in timeoff()

Completed in 8 milliseconds