Home
last modified time | relevance | path

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

123

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneAdapter.java76 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules() method in TimeZoneAdapter
78 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneAdapter.java75 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules() method in TimeZoneAdapter
77 zone.hasSameRules(((TimeZoneAdapter)other).zone); in hasSameRules()
DOlsonTimeZone.java394 public boolean hasSameRules(TimeZone other) { in hasSameRules() method in OlsonTimeZone
400 if (!super.hasSameRules(other)) { in hasSameRules()
418 || !(finalZone.hasSameRules(o.finalZone))) { in hasSameRules()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DTimeZoneICU.java82 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules() method in TimeZoneICU
83 return other.hasSameRules(TimeZoneICU.wrap(fIcuTz)); in hasSameRules()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DTimeZone.java743 public boolean hasSameRules(TimeZone other) { in hasSameRules() method in TimeZone
744 return timeZone.hasSameRules(other.timeZone); in hasSameRules()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
DTimeZoneJDK.java165 public boolean hasSameRules(com.ibm.icu.util.TimeZone other) { in hasSameRules() method in TimeZoneJDK
166 return other.hasSameRules(TimeZoneJDK.wrap(fJdkTz)); in hasSameRules()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRuleTest.java120 if (rbtz1.hasSameRules(rbtz2)) { in TestSimpleRuleBasedTimeZone()
123 if (rbtz1.hasSameRules(rbtz3)) { in TestSimpleRuleBasedTimeZone()
127 if (!rbtz1.hasSameRules(rbtz1c)) { in TestSimpleRuleBasedTimeZone()
287 if (ny.hasSameRules(rbtz) || rbtz.hasSameRules(ny)) { in TestHistoricalRuleBasedTimeZone()
291 … if (!rbtz.hasSameRules(rbtzc) || !rbtz.hasEquivalentTransitions(rbtzc, jan1_1950, jan1_2010)) { in TestHistoricalRuleBasedTimeZone()
1169 boolean bSame = otz.hasSameRules(vtz); in TestVTimeZoneCoverage()
1702 if (tz1.hasSameRules(tz2)) { in hasEquivalentTransitions()
DTimeZoneRegression.java448 if (!tza.hasSameRules(tzA) || tza.hasSameRules(tzb)) { in Test4154537()
451 if (!tz1.hasSameRules(tz2)) { in Test4154537()
645 if (z.hasSameRules(null)) { in Test4159922()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java116 if (rbtz1.hasSameRules(rbtz2)) { in TestSimpleRuleBasedTimeZone()
119 if (rbtz1.hasSameRules(rbtz3)) { in TestSimpleRuleBasedTimeZone()
123 if (!rbtz1.hasSameRules(rbtz1c)) { in TestSimpleRuleBasedTimeZone()
283 if (ny.hasSameRules(rbtz) || rbtz.hasSameRules(ny)) { in TestHistoricalRuleBasedTimeZone()
287 … if (!rbtz.hasSameRules(rbtzc) || !rbtz.hasEquivalentTransitions(rbtzc, jan1_1950, jan1_2010)) { in TestHistoricalRuleBasedTimeZone()
1165 boolean bSame = otz.hasSameRules(vtz); in TestVTimeZoneCoverage()
1698 if (tz1.hasSameRules(tz2)) { in hasEquivalentTransitions()
DTimeZoneRegression.java444 if (!tza.hasSameRules(tzA) || tza.hasSameRules(tzb)) { in Test4154537()
447 if (!tz1.hasSameRules(tz2)) { in Test4154537()
641 if (z.hasSameRules(null)) { in Test4159922()
/external/icu/icu4c/source/test/intltest/
Dtzrulets.cpp260 if (rbtz1->hasSameRules(*rbtz2)) { in TestSimpleRuleBasedTimeZone()
263 if (rbtz1->hasSameRules(*rbtz3)) { in TestSimpleRuleBasedTimeZone()
267 if (!rbtz1->hasSameRules(*rbtz1c)) { in TestSimpleRuleBasedTimeZone()
545 if (ny->hasSameRules(*rbtz) || rbtz->hasSameRules(*ny)) { in TestHistoricalRuleBasedTimeZone()
549 …if (!rbtz->hasSameRules(*rbtzc) || !rbtz->hasEquivalentTransitions(*rbtzc, jan1_1950, jan1_2010, T… in TestHistoricalRuleBasedTimeZone()
1702 UBool bSame = otz->hasSameRules(*vtz); in TestVTimeZoneCoverage()
1810 if (vtzFromBasic->hasSameRules(simpleTZ2) == FALSE) { in TestVTimeZoneCoverage()
2530 if (tz1.hasSameRules(tz2)) { in hasEquivalentTransitions()
Dtzregts.cpp570 if (!tza->hasSameRules(*tzA) || tza->hasSameRules(*tzb)) { in Test4154537()
573 if (!tz1->hasSameRules(*tz2)) { in Test4154537()
1102 if(pst->hasSameRules(*cst)) { in TestJDK12API()
/external/icu/icu4c/source/i18n/unicode/
Drbtz.h248 virtual UBool hasSameRules(const TimeZone& other) const;
Dtimezone.h741 virtual UBool hasSameRules(const TimeZone& other) const;
Dvtzone.h312 virtual UBool hasSameRules(const TimeZone& other) const;
Dsimpletz.h693 UBool hasSameRules(const TimeZone& other) const;
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DTimeZoneTest.java219 assertTrue(tz1.hasSameRules(tz2)); in testHasSameRules()
/external/icu/icu4c/source/i18n/
Dolsontz.h227 virtual UBool hasSameRules(const TimeZone& other) const;
Dvzone.cpp157 return ((VTimeZone*)zone)->VTimeZone::hasSameRules(*(VTimeZone*)other); in vzone_hasSameRules()
Dsimpletz.cpp237 hasSameRules(that))); in operator ==()
744 SimpleTimeZone::hasSameRules(const TimeZone& other) const in hasSameRules() function in SimpleTimeZone
Dolsontz.cpp316 hasSameRules(other))); in operator ==()
608 OlsonTimeZone::hasSameRules(const TimeZone &other) const { in hasSameRules() function in OlsonTimeZone
/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java147 public boolean hasSameRules(TimeZone other) { in hasSameRules() method in VTimeZone
152 return tz.hasSameRules(((VTimeZone)other).tz); in hasSameRules()
154 return tz.hasSameRules(other); in hasSameRules()
DTimeZone.java934 public boolean hasSameRules(TimeZone other) { in hasSameRules() method in TimeZone
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java158 public boolean hasSameRules(TimeZone other) { in hasSameRules() method in VTimeZone
163 return tz.hasSameRules(((VTimeZone)other).tz); in hasSameRules()
165 return tz.hasSameRules(other); in hasSameRules()

123