/external/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()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TimeZoneAdapter.java | 82 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules() method in TimeZoneAdapter 84 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()
|
/external/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()
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
D | TimeZone.java | 745 public boolean hasSameRules(TimeZone other) { in hasSameRules() method in TimeZone 746 return timeZone.hasSameRules(other.timeZone); in hasSameRules()
|
/external/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()
|
/external/icu/android_icu4j/src/main/tests/android/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()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 120 if (rbtz1.hasSameRules(rbtz2)) { in TestSimpleRuleBasedTimeZone() 123 if (rbtz1.hasSameRules(rbtz3)) { in TestSimpleRuleBasedTimeZone() 127 if (!rbtz1.hasSameRules(rbtz1c)) { in TestSimpleRuleBasedTimeZone() 288 if (ny.hasSameRules(rbtz) || rbtz.hasSameRules(ny)) { in TestHistoricalRuleBasedTimeZone() 292 … if (!rbtz.hasSameRules(rbtzc) || !rbtz.hasEquivalentTransitions(rbtzc, jan1_1950, jan1_2010)) { in TestHistoricalRuleBasedTimeZone() 1181 boolean bSame = otz.hasSameRules(vtz); in TestVTimeZoneCoverage() 1718 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()
|
/external/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() 1104 if(pst->hasSameRules(*cst)) { in TestJDK12API()
|
/external/icu/icu4c/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;
|
D | simpletz.h | 697 UBool hasSameRules(const TimeZone& other) const;
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
D | TimeZoneTest.java | 221 assertTrue(tz1.hasSameRules(tz2)); in testHasSameRules()
|
/external/icu/icu4c/source/i18n/ |
D | olsontz.h | 229 virtual UBool hasSameRules(const TimeZone& other) const;
|
D | vzone.cpp | 159 return ((VTimeZone*)zone)->VTimeZone::hasSameRules(*(VTimeZone*)other); in vzone_hasSameRules()
|
D | simpletz.cpp | 239 hasSameRules(that))); in operator ==() 746 SimpleTimeZone::hasSameRules(const TimeZone& other) const in hasSameRules() function in SimpleTimeZone
|
D | olsontz.cpp | 318 hasSameRules(other))); in operator ==() 610 OlsonTimeZone::hasSameRules(const TimeZone &other) const { in hasSameRules() function in OlsonTimeZone
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | VTimeZone.java | 153 public boolean hasSameRules(TimeZone other) { in hasSameRules() method in VTimeZone 158 return tz.hasSameRules(((VTimeZone)other).tz); in hasSameRules() 160 return tz.hasSameRules(other); in hasSameRules()
|
D | TimeZone.java | 952 public boolean hasSameRules(TimeZone other) { in hasSameRules() method in TimeZone
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 164 public boolean hasSameRules(TimeZone other) { in hasSameRules() method in VTimeZone 169 return tz.hasSameRules(((VTimeZone)other).tz); in hasSameRules() 171 return tz.hasSameRules(other); in hasSameRules()
|