/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/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/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/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() 1099 if(pst->hasSameRules(*cst)) { in TestJDK12API()
|
/external/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;
|
D | vtzone.h | 318 virtual UBool hasSameRules(const TimeZone& other) const;
|
/external/icu/libicu/cts_headers/unicode/ |
D | rbtz.h | 254 virtual UBool hasSameRules(const TimeZone& other) const;
|
D | timezone.h | 763 virtual UBool hasSameRules(const TimeZone& other) const;
|
D | vtzone.h | 318 virtual UBool hasSameRules(const TimeZone& other) const;
|
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/ |
D | ZoneInfoData.java | 749 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/ |
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()
|
/external/icu/libicu/cts_headers/ |
D | olsontz.h | 229 virtual UBool hasSameRules(const TimeZone& other) const;
|
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/ |
D | ZoneInfoDataTest.java | 700 zoneInfoData.hasSameRules(copyWithSameOffset)); in testCreateCopyWithRawOffset() 709 zoneInfoData.hasSameRules(copyWithDiffOffset)); in testCreateCopyWithRawOffset()
|
D | ZoneInfoDbTest.java | 264 assertFalse(first.hasSameRules(second)); in testMakeTimeZone_timeZoneMutability()
|
/external/icu/android_icu4j/api/intra/ |
D | current.txt | 27 method public boolean hasSameRules(@NonNull com.android.i18n.timezone.ZoneInfoData);
|