Searched refs:stdRule (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dsimpletz.cpp987 UBool stdAvail = stdRule->getNextStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings(), inclusive, stdDate);
988 UBool dstAvail = dstRule->getNextStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate);
992 result.setTo((const TimeZoneRule&)*stdRule);
997 result.setFrom((const TimeZoneRule&)*stdRule);
1021 UBool stdAvail = stdRule->getPreviousStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings(), inclusive, stdDate);
1022 UBool dstAvail = dstRule->getPreviousStart(base, stdRule->getRawOffset(), stdRule->getDSTSavings(), inclusive, dstDate);
1026 result.setTo((const TimeZoneRule&)*stdRule);
1031 result.setFrom((const TimeZoneRule&)*stdRule);
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DSimpleTimeZone.java1239 Date stdDate = stdRule.getNextStart(base, dstRule.getRawOffset(), dstRule.getDSTSavings(),
1241 Date dstDate = dstRule.getNextStart(base, stdRule.getRawOffset(), stdRule.getDSTSavings(),
1244 return new TimeZoneTransition(stdDate.getTime(), dstRule, stdRule);
1247 return new TimeZoneTransition(dstDate.getTime(), stdRule, dstRule);
1266 Date stdDate = stdRule.getPreviousStart(base, dstRule.getRawOffset(),
1268 Date dstDate = dstRule.getPreviousStart(base, stdRule.getRawOffset(),
1269 stdRule.getDSTSavings(), inclusive);
1271 return new TimeZoneTransition(stdDate.getTime(), dstRule, stdRule);
1274 return new TimeZoneTransition(dstDate.getTime(), stdRule, dstRul
1299 private transient AnnualTimeZoneRule stdRule; field in class:SimpleTimeZone
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSimpleTimeZone.java1268 Date stdDate = stdRule.getNextStart(base, dstRule.getRawOffset(), dstRule.getDSTSavings(),
1270 Date dstDate = dstRule.getNextStart(base, stdRule.getRawOffset(), stdRule.getDSTSavings(),
1273 return new TimeZoneTransition(stdDate.getTime(), dstRule, stdRule);
1276 return new TimeZoneTransition(dstDate.getTime(), stdRule, dstRule);
1296 Date stdDate = stdRule.getPreviousStart(base, dstRule.getRawOffset(),
1298 Date dstDate = dstRule.getPreviousStart(base, stdRule.getRawOffset(),
1299 stdRule.getDSTSavings(), inclusive);
1301 return new TimeZoneTransition(stdDate.getTime(), dstRule, stdRule);
1304 return new TimeZoneTransition(dstDate.getTime(), stdRule, dstRul
1330 private transient AnnualTimeZoneRule stdRule; field in class:SimpleTimeZone
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h880 AnnualTimeZoneRule* stdRule; member in class:SimpleTimeZone
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 66 milliseconds