Home
last modified time | relevance | path

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

123

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneAdapter.java82 public boolean hasSameRules(java.util.TimeZone other) { in hasSameRules() method in TimeZoneAdapter
84 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/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()
/external/icu/android_icu4j/src/main/tests/android/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()
/external/icu/icu4j/main/tests/core/src/com/ibm/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()
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()
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()
/external/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()
/external/icu/icu4c/source/i18n/unicode/
Drbtz.h254 virtual UBool hasSameRules(const TimeZone& other) const;
Dtimezone.h763 virtual UBool hasSameRules(const TimeZone& other) const;
Dvtzone.h318 virtual UBool hasSameRules(const TimeZone& other) const;
/external/icu/libicu/cts_headers/unicode/
Drbtz.h254 virtual UBool hasSameRules(const TimeZone& other) const;
Dtimezone.h763 virtual UBool hasSameRules(const TimeZone& other) const;
Dvtzone.h318 virtual UBool hasSameRules(const TimeZone& other) const;
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DZoneInfoData.java749 public boolean hasSameRules(@NonNull ZoneInfoData other) { in hasSameRules() method in ZoneInfoData
764 return getID().equals(other.getID()) && hasSameRules(other); in equals()
/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()
/external/icu/libicu/cts_headers/
Dolsontz.h229 virtual UBool hasSameRules(const TimeZone& other) const;
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
DZoneInfoDataTest.java700 zoneInfoData.hasSameRules(copyWithSameOffset)); in testCreateCopyWithRawOffset()
709 zoneInfoData.hasSameRules(copyWithDiffOffset)); in testCreateCopyWithRawOffset()
DZoneInfoDbTest.java264 assertFalse(first.hasSameRules(second)); in testMakeTimeZone_timeZoneMutability()
/external/icu/android_icu4j/api/intra/
Dcurrent.txt27 method public boolean hasSameRules(@NonNull com.android.i18n.timezone.ZoneInfoData);

123