HomeSort by relevance Sort by last modified time
    Searched refs:gmtoffset (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
DateConversion.cpp 86 int offset = abs(gmtoffset(t));
94 gmtoffset(t) < 0 ? '-' : '+', offset / (60*60), (offset / 60) % 60, timeZoneName);
98 gmtoffset(t) < 0 ? '-' : '+', offset / (60*60), (offset / 60) % 60);
  /external/webkit/Source/JavaScriptCore/wtf/
DateMath.h 226 static inline int gmtoffset(const GregorianDateTime& t) function in namespace:JSC

Completed in 733 milliseconds