Searched defs:timegm (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/
H A Dos_compat_nacl.cc13 // Native Client has no timegm().
14 time_t timegm(struct tm* tm) { function
H A Dos_compat_android.cc44 // 32-bit Android has only timegm64() and not timegm().
45 // We replicate the behaviour of timegm() when the result overflows time_t.
46 time_t timegm(struct tm* const t) { function
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c1968 timegm(tmp) function
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c1968 timegm(tmp) function

Completed in 491 milliseconds