Home
last modified time | relevance | path

Searched refs:hasSameRules (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneAdapter.java79 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules() method in TimeZoneAdapter
81 zone.hasSameRules(((TimeZoneAdapter)other).zone); in hasSameRules()
DOlsonTimeZone.java396 public boolean hasSameRules(TimeZone other) { in hasSameRules() method in OlsonTimeZone
402 if (!super.hasSameRules(other)) { in hasSameRules()
420 || !(finalZone.hasSameRules(o.finalZone))) { in hasSameRules()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTimeZoneAdapter.java80 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules() method in TimeZoneAdapter
82 zone.hasSameRules(((TimeZoneAdapter)other).zone); in hasSameRules()
DOlsonTimeZone.java398 public boolean hasSameRules(TimeZone other) { in hasSameRules() method in OlsonTimeZone
404 if (!super.hasSameRules(other)) { in hasSameRules()
422 || !(finalZone.hasSameRules(o.finalZone))) { in hasSameRules()
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DTimeZoneICU.java84 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules() method in TimeZoneICU
85 return other.hasSameRules(TimeZoneICU.wrap(fIcuTz)); in hasSameRules()
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
DTimeZoneJDK.java154 public boolean hasSameRules(com.ibm.icu.util.TimeZone other) { in hasSameRules() method in TimeZoneJDK
155 return other.hasSameRules(TimeZoneJDK.wrap(fJdkTz)); in hasSameRules()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneRuleTest.java123 if (rbtz1.hasSameRules(rbtz2)) { in TestSimpleRuleBasedTimeZone()
126 if (rbtz1.hasSameRules(rbtz3)) { in TestSimpleRuleBasedTimeZone()
130 if (!rbtz1.hasSameRules(rbtz1c)) { in TestSimpleRuleBasedTimeZone()
291 if (ny.hasSameRules(rbtz) || rbtz.hasSameRules(ny)) { in TestHistoricalRuleBasedTimeZone()
295 … if (!rbtz.hasSameRules(rbtzc) || !rbtz.hasEquivalentTransitions(rbtzc, jan1_1950, jan1_2010)) { in TestHistoricalRuleBasedTimeZone()
1184 boolean bSame = otz.hasSameRules(vtz); in TestVTimeZoneCoverage()
1721 if (tz1.hasSameRules(tz2)) { in hasEquivalentTransitions()
DTimeZoneRegressionTest.java460 if (!tza.hasSameRules(tzA) || tza.hasSameRules(tzb)) { in Test4154537()
463 if (!tz1.hasSameRules(tz2)) { in Test4154537()
660 if (z.hasSameRules(null)) { in Test4159922()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java121 if (rbtz1.hasSameRules(rbtz2)) { in TestSimpleRuleBasedTimeZone()
124 if (rbtz1.hasSameRules(rbtz3)) { in TestSimpleRuleBasedTimeZone()
128 if (!rbtz1.hasSameRules(rbtz1c)) { in TestSimpleRuleBasedTimeZone()
289 if (ny.hasSameRules(rbtz) || rbtz.hasSameRules(ny)) { in TestHistoricalRuleBasedTimeZone()
293 … if (!rbtz.hasSameRules(rbtzc) || !rbtz.hasEquivalentTransitions(rbtzc, jan1_1950, jan1_2010)) { in TestHistoricalRuleBasedTimeZone()
1182 boolean bSame = otz.hasSameRules(vtz); in TestVTimeZoneCoverage()
1719 if (tz1.hasSameRules(tz2)) { in hasEquivalentTransitions()
DTimeZoneRegressionTest.java457 if (!tza.hasSameRules(tzA) || tza.hasSameRules(tzb)) { in Test4154537()
460 if (!tz1.hasSameRules(tz2)) { in Test4154537()
657 if (z.hasSameRules(null)) { in Test4159922()
/third_party/icu/icu4c/source/test/intltest/
Dtzrulets.cpp263 if (rbtz1->hasSameRules(*rbtz2)) { in TestSimpleRuleBasedTimeZone()
266 if (rbtz1->hasSameRules(*rbtz3)) { in TestSimpleRuleBasedTimeZone()
270 if (!rbtz1->hasSameRules(*rbtz1c)) { in TestSimpleRuleBasedTimeZone()
548 if (ny->hasSameRules(*rbtz) || rbtz->hasSameRules(*ny)) { in TestHistoricalRuleBasedTimeZone()
552 …if (!rbtz->hasSameRules(*rbtzc) || !rbtz->hasEquivalentTransitions(*rbtzc, jan1_1950, jan1_2010, T… in TestHistoricalRuleBasedTimeZone()
1705 UBool bSame = otz->hasSameRules(*vtz); in TestVTimeZoneCoverage()
1813 if (vtzFromBasic->hasSameRules(simpleTZ2) == FALSE) { in TestVTimeZoneCoverage()
2533 if (tz1.hasSameRules(tz2)) { in hasEquivalentTransitions()
Dtzregts.cpp572 if (!tza->hasSameRules(*tzA) || tza->hasSameRules(*tzb)) { in Test4154537()
575 if (!tz1->hasSameRules(*tz2)) { in Test4154537()
1099 if(pst->hasSameRules(*cst)) { in TestJDK12API()
/third_party/icu/icu4c/source/i18n/unicode/
Drbtz.h254 virtual UBool hasSameRules(const TimeZone& other) const;
Dtimezone.h763 virtual UBool hasSameRules(const TimeZone& other) const;
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Drbtz.h250 virtual UBool hasSameRules(const TimeZone& other) const;
Dtimezone.h743 virtual UBool hasSameRules(const TimeZone& other) const;
Dvtzone.h314 virtual UBool hasSameRules(const TimeZone& other) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Drbtz.h254 virtual UBool hasSameRules(const TimeZone& other) const;
Dtimezone.h763 virtual UBool hasSameRules(const TimeZone& other) const;
/third_party/node/deps/icu-small/source/i18n/unicode/
Drbtz.h255 virtual UBool hasSameRules(const TimeZone& other) const override;
Dtimezone.h812 virtual UBool hasSameRules(const TimeZone& other) const;
/third_party/icu/icu4c/source/i18n/
Dolsontz.h231 virtual UBool hasSameRules(const TimeZone& other) const;
/third_party/node/deps/icu-small/source/i18n/
Dolsontz.h231 virtual UBool hasSameRules(const TimeZone& other) const override;
/third_party/skia/third_party/externals/icu/source/i18n/
Dolsontz.h231 virtual UBool hasSameRules(const TimeZone& other) const;
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dolsontz.h229 virtual UBool hasSameRules(const TimeZone& other) const;

1234