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

  /external/webkit/Source/JavaScriptCore/wtf/
DateMath.h 136 , isDST(0)
150 , isDST(inTm.tm_isdst)
156 utcOffset = static_cast<int>(getUTCOffset(exec) / WTF::msPerSecond + (isDST ? WTF::secondsPerHour : 0));
181 ret.tm_isdst = isDST;
203 isDST = rhs.isDST;
221 int isDST;
  /external/icu4c/i18n/
vtzone.cpp 359 static void getDefaultTZName(const UnicodeString tzid, UBool isDST, UnicodeString& zonename) {
361 if (isDST) {
    [all...]

Completed in 27 milliseconds