HomeSort by relevance Sort by last modified time
    Searched defs:isDST (Results 1 - 3 of 3) 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 358 static void getDefaultTZName(const UnicodeString tzid, UBool isDST, UnicodeString& zonename) {
360 if (isDST) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 718 milliseconds