Searched refs:isEquivalentTo (Results 1 - 25 of 44) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DInitialTimeZoneRule.java42 public boolean isEquivalentTo(TimeZoneRule other) { method in class:InitialTimeZoneRule
44 return super.isEquivalentTo(other);
H A DTimeArrayTimeZoneRule.java128 public boolean isEquivalentTo(TimeZoneRule other) { method in class:TimeArrayTimeZoneRule
134 return super.isEquivalentTo(other);
H A DTimeZoneRule.java84 public boolean isEquivalentTo(TimeZoneRule other) { method in class:TimeZoneRule
H A DAnnualTimeZoneRule.java214 public boolean isEquivalentTo(TimeZoneRule other) { method in class:AnnualTimeZoneRule
222 return super.isEquivalentTo(other);
H A DGregorianCalendar.java522 public boolean isEquivalentTo(Calendar other) { method in class:GregorianCalendar
523 return super.isEquivalentTo(other) &&
H A DRuleBasedTimeZone.java239 if (!initialRule.isEquivalentTo(otherRBTZ.initialRule)) {
250 && finalRules[i].isEquivalentTo(otherRBTZ.finalRules[i])) {
268 if (rule.isEquivalentTo(orule)) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DInitialTimeZoneRule.java45 public boolean isEquivalentTo(TimeZoneRule other) { method in class:InitialTimeZoneRule
47 return super.isEquivalentTo(other);
H A DTimeArrayTimeZoneRule.java136 public boolean isEquivalentTo(TimeZoneRule other) { method in class:TimeArrayTimeZoneRule
142 return super.isEquivalentTo(other);
H A DTimeZoneRule.java93 public boolean isEquivalentTo(TimeZoneRule other) { method in class:TimeZoneRule
H A DAnnualTimeZoneRule.java229 public boolean isEquivalentTo(TimeZoneRule other) { method in class:AnnualTimeZoneRule
237 return super.isEquivalentTo(other);
H A DGregorianCalendar.java540 public boolean isEquivalentTo(Calendar other) { method in class:GregorianCalendar
541 return super.isEquivalentTo(other) &&
H A DRuleBasedTimeZone.java257 if (!initialRule.isEquivalentTo(otherRBTZ.initialRule)) {
268 && finalRules[i].isEquivalentTo(otherRBTZ.finalRules[i])) {
286 if (rule.isEquivalentTo(orule)) {
/external/icu/icu4c/source/i18n/unicode/
H A Dtzrule.h99 virtual UBool isEquivalentTo(const TimeZoneRule& other) const;
281 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
516 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
722 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
H A Dgregocal.h351 virtual UBool isEquivalentTo(const Calendar& other) const;
H A Dcalendar.h490 virtual UBool isEquivalentTo(const Calendar& other) const;
/external/icu/icu4c/source/i18n/
H A Dzrule.cpp63 return ((TimeZoneRule*)rule1)->TimeZoneRule::isEquivalentTo(*(TimeZoneRule*)rule2);
114 return ((InitialTimeZoneRule*)rule1)->InitialTimeZoneRule::isEquivalentTo(*(InitialTimeZoneRule*)rule2);
H A Dtzrule.cpp87 TimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const {
136 InitialTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const {
140 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) {
322 AnnualTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const {
326 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) {
497 TimeArrayTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const {
501 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) {
H A Dgregocal.cpp312 UBool GregorianCalendar::isEquivalentTo(const Calendar& other) const function in class:GregorianCalendar
315 return Calendar::isEquivalentTo(other) &&
H A Ddatefmt.cpp189 fCalendar&&(fCalendar->isEquivalentTo(*fmt->fCalendar)) &&
H A Ducal.cpp440 return ((Calendar*)cal1)->isEquivalentTo(*((Calendar*)cal2));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneRuleTest.java886 if (!a1.isEquivalentTo(a2)) {
889 if (a1.isEquivalentTo(a3)) {
892 if (!a1.isEquivalentTo(a1)) {
895 if (a1.isEquivalentTo(t1)) {
919 if (!i1.isEquivalentTo(i2)) {
922 if (i1.isEquivalentTo(i3)) {
925 if (i1.isEquivalentTo(a1)) {
1015 // TimeArrayTimeZoneRule#isEquivalentTo
1016 if (!t1.isEquivalentTo(t2)) {
1019 if (t1.isEquivalentTo(t
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRuleTest.java883 if (!a1.isEquivalentTo(a2)) {
886 if (a1.isEquivalentTo(a3)) {
889 if (!a1.isEquivalentTo(a1)) {
892 if (a1.isEquivalentTo(t1)) {
916 if (!i1.isEquivalentTo(i2)) {
919 if (i1.isEquivalentTo(i3)) {
922 if (i1.isEquivalentTo(a1)) {
1012 // TimeArrayTimeZoneRule#isEquivalentTo
1013 if (!t1.isEquivalentTo(t2)) {
1016 if (t1.isEquivalentTo(t
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DCalendarTest.java245 * Test method for 'com.ibm.icu.util.Calendar.isEquivalentTo(Calendar)'
251 assertTrue(cal.isEquivalentTo(cal2));
254 assertFalse(cal.isEquivalentTo(cal2));
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp1343 if (!a1->isEquivalentTo(*a2)) {
1346 if (a1->isEquivalentTo(*a3)) {
1349 if (!a1->isEquivalentTo(*a1)) {
1352 if (a1->isEquivalentTo(*t1)) {
1372 if (!i1->isEquivalentTo(*i2)) {
1375 if (i1->isEquivalentTo(*i3)) {
1378 if (i1->isEquivalentTo(*a1)) {
1482 // TimeArrayTimeZoneRule::isEquivalentTo
1483 if (!t1->isEquivalentTo(*t2)) {
1486 if (t1->isEquivalentTo(*t
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DCalendar.java1507 public boolean isEquivalentTo(Calendar other) { method in class:Calendar

Completed in 3822 milliseconds

12