Home
last modified time | relevance | path

Searched refs:isEquivalentTo (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/node/deps/icu-small/source/i18n/
Dtzrule.cpp87 TimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in TimeZoneRule
136 InitialTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in InitialTimeZoneRule
140 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
322 AnnualTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in AnnualTimeZoneRule
326 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
497 TimeArrayTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in TimeArrayTimeZoneRule
501 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
Dzrule.cpp63 return ((TimeZoneRule*)rule1)->TimeZoneRule::isEquivalentTo(*(TimeZoneRule*)rule2); in zrule_isEquivalentTo()
114 …return ((InitialTimeZoneRule*)rule1)->InitialTimeZoneRule::isEquivalentTo(*(InitialTimeZoneRule*)r… in izrule_isEquivalentTo()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtzrule.cpp87 TimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in TimeZoneRule
136 InitialTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in InitialTimeZoneRule
140 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
322 AnnualTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in AnnualTimeZoneRule
326 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
497 TimeArrayTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in TimeArrayTimeZoneRule
501 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
Dzrule.cpp63 return ((TimeZoneRule*)rule1)->TimeZoneRule::isEquivalentTo(*(TimeZoneRule*)rule2); in zrule_isEquivalentTo()
114 …return ((InitialTimeZoneRule*)rule1)->InitialTimeZoneRule::isEquivalentTo(*(InitialTimeZoneRule*)r… in izrule_isEquivalentTo()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtzrule.cpp87 TimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in TimeZoneRule
136 InitialTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in InitialTimeZoneRule
140 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
322 AnnualTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in AnnualTimeZoneRule
326 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
497 TimeArrayTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in TimeArrayTimeZoneRule
501 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
Dzrule.cpp63 return ((TimeZoneRule*)rule1)->TimeZoneRule::isEquivalentTo(*(TimeZoneRule*)rule2); in zrule_isEquivalentTo()
114 …return ((InitialTimeZoneRule*)rule1)->InitialTimeZoneRule::isEquivalentTo(*(InitialTimeZoneRule*)r… in izrule_isEquivalentTo()
/third_party/icu/icu4c/source/i18n/
Dtzrule.cpp87 TimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in TimeZoneRule
136 InitialTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in InitialTimeZoneRule
140 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
322 AnnualTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in AnnualTimeZoneRule
326 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
497 TimeArrayTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo() function in TimeArrayTimeZoneRule
501 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
Dzrule.cpp63 return ((TimeZoneRule*)rule1)->TimeZoneRule::isEquivalentTo(*(TimeZoneRule*)rule2); in zrule_isEquivalentTo()
114 …return ((InitialTimeZoneRule*)rule1)->InitialTimeZoneRule::isEquivalentTo(*(InitialTimeZoneRule*)r… in izrule_isEquivalentTo()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DInitialTimeZoneRule.java42 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in InitialTimeZoneRule
44 return super.isEquivalentTo(other); in isEquivalentTo()
DTimeArrayTimeZoneRule.java128 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in TimeArrayTimeZoneRule
134 return super.isEquivalentTo(other); in isEquivalentTo()
DAnnualTimeZoneRule.java214 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in AnnualTimeZoneRule
222 return super.isEquivalentTo(other); in isEquivalentTo()
DTimeZoneRule.java84 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in TimeZoneRule
DGregorianCalendar.java522 public boolean isEquivalentTo(Calendar other) { in isEquivalentTo() method in GregorianCalendar
523 return super.isEquivalentTo(other) && in isEquivalentTo()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DInitialTimeZoneRule.java45 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in InitialTimeZoneRule
47 return super.isEquivalentTo(other); in isEquivalentTo()
DTimeArrayTimeZoneRule.java136 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in TimeArrayTimeZoneRule
142 return super.isEquivalentTo(other); in isEquivalentTo()
DAnnualTimeZoneRule.java229 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in AnnualTimeZoneRule
237 return super.isEquivalentTo(other); in isEquivalentTo()
DTimeZoneRule.java93 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in TimeZoneRule
DGregorianCalendar.java540 public boolean isEquivalentTo(Calendar other) { in isEquivalentTo() method in GregorianCalendar
541 return super.isEquivalentTo(other) && in isEquivalentTo()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dtzrule.h101 virtual UBool isEquivalentTo(const TimeZoneRule& other) const;
283 virtual UBool isEquivalentTo(const TimeZoneRule& that) const override;
518 virtual UBool isEquivalentTo(const TimeZoneRule& that) const override;
724 virtual UBool isEquivalentTo(const TimeZoneRule& that) const override;
/third_party/icu/icu4c/source/i18n/unicode/
Dtzrule.h101 virtual UBool isEquivalentTo(const TimeZoneRule& other) const;
283 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
518 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
724 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dtzrule.h101 virtual UBool isEquivalentTo(const TimeZoneRule& other) const;
283 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
518 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
724 virtual UBool isEquivalentTo(const TimeZoneRule& that) const;
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
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;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java884 if (!a1.isEquivalentTo(a2)) { in TestTimeZoneRuleCoverage()
887 if (a1.isEquivalentTo(a3)) { in TestTimeZoneRuleCoverage()
890 if (!a1.isEquivalentTo(a1)) { in TestTimeZoneRuleCoverage()
893 if (a1.isEquivalentTo(t1)) { in TestTimeZoneRuleCoverage()
917 if (!i1.isEquivalentTo(i2)) { in TestTimeZoneRuleCoverage()
920 if (i1.isEquivalentTo(i3)) { in TestTimeZoneRuleCoverage()
923 if (i1.isEquivalentTo(a1)) { in TestTimeZoneRuleCoverage()
1014 if (!t1.isEquivalentTo(t2)) { in TestTimeZoneRuleCoverage()
1017 if (t1.isEquivalentTo(t3)) { in TestTimeZoneRuleCoverage()
1020 if (t1.isEquivalentTo(t4)) { in TestTimeZoneRuleCoverage()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneRuleTest.java886 if (!a1.isEquivalentTo(a2)) { in TestTimeZoneRuleCoverage()
889 if (a1.isEquivalentTo(a3)) { in TestTimeZoneRuleCoverage()
892 if (!a1.isEquivalentTo(a1)) { in TestTimeZoneRuleCoverage()
895 if (a1.isEquivalentTo(t1)) { in TestTimeZoneRuleCoverage()
919 if (!i1.isEquivalentTo(i2)) { in TestTimeZoneRuleCoverage()
922 if (i1.isEquivalentTo(i3)) { in TestTimeZoneRuleCoverage()
925 if (i1.isEquivalentTo(a1)) { in TestTimeZoneRuleCoverage()
1016 if (!t1.isEquivalentTo(t2)) { in TestTimeZoneRuleCoverage()
1019 if (t1.isEquivalentTo(t3)) { in TestTimeZoneRuleCoverage()
1022 if (t1.isEquivalentTo(t4)) { in TestTimeZoneRuleCoverage()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dtzrulets.cpp1343 if (!a1->isEquivalentTo(*a2)) { in TestTimeZoneRuleCoverage()
1346 if (a1->isEquivalentTo(*a3)) { in TestTimeZoneRuleCoverage()
1349 if (!a1->isEquivalentTo(*a1)) { in TestTimeZoneRuleCoverage()
1352 if (a1->isEquivalentTo(*t1)) { in TestTimeZoneRuleCoverage()
1372 if (!i1->isEquivalentTo(*i2)) { in TestTimeZoneRuleCoverage()
1375 if (i1->isEquivalentTo(*i3)) { in TestTimeZoneRuleCoverage()
1378 if (i1->isEquivalentTo(*a1)) { in TestTimeZoneRuleCoverage()
1483 if (!t1->isEquivalentTo(*t2)) { in TestTimeZoneRuleCoverage()
1486 if (t1->isEquivalentTo(*t3)) { in TestTimeZoneRuleCoverage()
1489 if (t1->isEquivalentTo(*t4)) { in TestTimeZoneRuleCoverage()
[all …]

1234