HomeSort by relevance Sort by last modified time
    Searched refs:tm_gmtoff (Results 26 - 32 of 32) sorted by null

12

  /external/v8/src/
platform-freebsd.cc 122 // tm_gmtoff includes any daylight savings offset, so subtract it.
123 return static_cast<double>(t->tm_gmtoff * msPerSecond -
platform-macos.cc 314 // tm_gmtoff includes any daylight savings offset, so subtract it.
315 return static_cast<double>(t->tm_gmtoff * msPerSecond -
platform-linux.cc 274 // tm_gmtoff includes any daylight savings offset, so subtract it.
275 return static_cast<double>(t->tm_gmtoff * msPerSecond -
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 432 diff = t->tm_gmtoff;
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 404 *seconds = gmt + tm_for_timezone->tm_gmtoff;
  /external/webkit/Source/JavaScriptCore/wtf/
DateMath.cpp 408 #if HAVE(TM_GMTOFF)
409 localt.tm_gmtoff = 0;
    [all...]
  /system/core/libcutils/
tztime.c     [all...]

Completed in 564 milliseconds

12