/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneAdapter.java | 79 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules() method in TimeZoneAdapter 81 zone.hasSameRules(((TimeZoneAdapter)other).zone); in hasSameRules()
|
D | OlsonTimeZone.java | 396 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/ |
D | TimeZoneAdapter.java | 80 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules() method in TimeZoneAdapter 82 zone.hasSameRules(((TimeZoneAdapter)other).zone); in hasSameRules()
|
D | OlsonTimeZone.java | 398 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/ |
D | TimeZoneICU.java | 84 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/ |
D | TimeZoneJDK.java | 154 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/ |
D | TimeZoneRuleTest.java | 123 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()
|
D | TimeZoneRegressionTest.java | 460 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/ |
D | TimeZoneRuleTest.java | 121 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()
|
D | TimeZoneRegressionTest.java | 457 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/ |
D | tzrulets.cpp | 263 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()
|
D | tzregts.cpp | 572 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/ |
D | rbtz.h | 254 virtual UBool hasSameRules(const TimeZone& other) const;
|
D | timezone.h | 763 virtual UBool hasSameRules(const TimeZone& other) const;
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | rbtz.h | 250 virtual UBool hasSameRules(const TimeZone& other) const;
|
D | timezone.h | 743 virtual UBool hasSameRules(const TimeZone& other) const;
|
D | vtzone.h | 314 virtual UBool hasSameRules(const TimeZone& other) const;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | rbtz.h | 254 virtual UBool hasSameRules(const TimeZone& other) const;
|
D | timezone.h | 763 virtual UBool hasSameRules(const TimeZone& other) const;
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | rbtz.h | 255 virtual UBool hasSameRules(const TimeZone& other) const override;
|
D | timezone.h | 812 virtual UBool hasSameRules(const TimeZone& other) const;
|
/third_party/icu/icu4c/source/i18n/ |
D | olsontz.h | 231 virtual UBool hasSameRules(const TimeZone& other) const;
|
/third_party/node/deps/icu-small/source/i18n/ |
D | olsontz.h | 231 virtual UBool hasSameRules(const TimeZone& other) const override;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | olsontz.h | 231 virtual UBool hasSameRules(const TimeZone& other) const;
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | olsontz.h | 229 virtual UBool hasSameRules(const TimeZone& other) const;
|