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

  /external/webkit/JavaScriptCore/wtf/
DateMath.h 120 , isDST(0)
140 , isDST(inTm.tm_isdst)
146 utcOffset = static_cast<int>(getUTCOffset(exec) / WTF::msPerSecond + (isDST ? WTF::secondsPerHour : 0));
171 ret.tm_isdst = isDST;
193 isDST = rhs.isDST;
211 int isDST;
  /external/chromium/third_party/icu/source/i18n/
vtzone.cpp 357 static void getDefaultTZName(const UnicodeString tzid, UBool isDST, UnicodeString& zonename) {
359 if (isDST) {
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 357 static void getDefaultTZName(const UnicodeString tzid, UBool isDST, UnicodeString& zonename) {
359 if (isDST) {
    [all...]

Completed in 140 milliseconds