Home
last modified time | relevance | path

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

12

/external/icu/android_icu4j/src/main/java/android/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()
/external/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()
/external/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()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DTimeZone.java745 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/
DTimeZoneJDK.java167 public boolean hasSameRules(com.ibm.icu.util.TimeZone other) { in hasSameRules() method in TimeZoneJDK
168 return other.hasSameRules(TimeZoneJDK.wrap(fJdkTz)); in hasSameRules()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRuleTest.java118 if (rbtz1.hasSameRules(rbtz2)) { in TestSimpleRuleBasedTimeZone()
121 if (rbtz1.hasSameRules(rbtz3)) { in TestSimpleRuleBasedTimeZone()
125 if (!rbtz1.hasSameRules(rbtz1c)) { in TestSimpleRuleBasedTimeZone()
286 if (ny.hasSameRules(rbtz) || rbtz.hasSameRules(ny)) { in TestHistoricalRuleBasedTimeZone()
290 … if (!rbtz.hasSameRules(rbtzc) || !rbtz.hasEquivalentTransitions(rbtzc, jan1_1950, jan1_2010)) { in TestHistoricalRuleBasedTimeZone()
1179 boolean bSame = otz.hasSameRules(vtz); in TestVTimeZoneCoverage()
1716 if (tz1.hasSameRules(tz2)) { in hasEquivalentTransitions()
DTimeZoneRegressionTest.java455 if (!tza.hasSameRules(tzA) || tza.hasSameRules(tzb)) { in Test4154537()
458 if (!tz1.hasSameRules(tz2)) { in Test4154537()
655 if (z.hasSameRules(null)) { in Test4159922()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java117 if (rbtz1.hasSameRules(rbtz2)) { in TestSimpleRuleBasedTimeZone()
120 if (rbtz1.hasSameRules(rbtz3)) { in TestSimpleRuleBasedTimeZone()
124 if (!rbtz1.hasSameRules(rbtz1c)) { in TestSimpleRuleBasedTimeZone()
285 if (ny.hasSameRules(rbtz) || rbtz.hasSameRules(ny)) { in TestHistoricalRuleBasedTimeZone()
289 … if (!rbtz.hasSameRules(rbtzc) || !rbtz.hasEquivalentTransitions(rbtzc, jan1_1950, jan1_2010)) { in TestHistoricalRuleBasedTimeZone()
1178 boolean bSame = otz.hasSameRules(vtz); in TestVTimeZoneCoverage()
1715 if (tz1.hasSameRules(tz2)) { in hasEquivalentTransitions()
DTimeZoneRegressionTest.java454 if (!tza.hasSameRules(tzA) || tza.hasSameRules(tzb)) { in Test4154537()
457 if (!tz1.hasSameRules(tz2)) { in Test4154537()
654 if (z.hasSameRules(null)) { in Test4159922()
/external/icu/icu4c/source/test/intltest/
Dtzrulets.cpp262 if (rbtz1->hasSameRules(*rbtz2)) { in TestSimpleRuleBasedTimeZone()
265 if (rbtz1->hasSameRules(*rbtz3)) { in TestSimpleRuleBasedTimeZone()
269 if (!rbtz1->hasSameRules(*rbtz1c)) { in TestSimpleRuleBasedTimeZone()
547 if (ny->hasSameRules(*rbtz) || rbtz->hasSameRules(*ny)) { in TestHistoricalRuleBasedTimeZone()
551 …if (!rbtz->hasSameRules(*rbtzc) || !rbtz->hasEquivalentTransitions(*rbtzc, jan1_1950, jan1_2010, T… in TestHistoricalRuleBasedTimeZone()
1704 UBool bSame = otz->hasSameRules(*vtz); in TestVTimeZoneCoverage()
1812 if (vtzFromBasic->hasSameRules(simpleTZ2) == FALSE) { in TestVTimeZoneCoverage()
2532 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.h250 virtual UBool hasSameRules(const TimeZone& other) const;
Dtimezone.h741 virtual UBool hasSameRules(const TimeZone& other) const;
Dvtzone.h314 virtual UBool hasSameRules(const TimeZone& other) const;
Dsimpletz.h695 UBool hasSameRules(const TimeZone& other) const;
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DTimeZoneTest.java221 assertTrue(tz1.hasSameRules(tz2)); in testHasSameRules()
/external/icu/icu4c/source/i18n/
Dolsontz.h229 virtual UBool hasSameRules(const TimeZone& other) const;
Dvzone.cpp159 return ((VTimeZone*)zone)->VTimeZone::hasSameRules(*(VTimeZone*)other); in vzone_hasSameRules()
Dsimpletz.cpp239 hasSameRules(that))); in operator ==()
746 SimpleTimeZone::hasSameRules(const TimeZone& other) const in hasSameRules() function in SimpleTimeZone
Dolsontz.cpp318 hasSameRules(other))); in operator ==()
610 OlsonTimeZone::hasSameRules(const TimeZone &other) const { in hasSameRules() function in OlsonTimeZone
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java164 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()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java153 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()
DTimeZone.java952 public boolean hasSameRules(TimeZone other) { in hasSameRules() method in TimeZone

12