/third_party/node/deps/icu-small/source/i18n/ |
D | tzrule.cpp | 87 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()
|
D | zrule.cpp | 63 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/ |
D | tzrule.cpp | 87 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()
|
D | zrule.cpp | 63 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/ |
D | tzrule.cpp | 87 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()
|
D | zrule.cpp | 63 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/ |
D | tzrule.cpp | 87 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()
|
D | zrule.cpp | 63 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/ |
D | InitialTimeZoneRule.java | 42 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in InitialTimeZoneRule 44 return super.isEquivalentTo(other); in isEquivalentTo()
|
D | TimeArrayTimeZoneRule.java | 128 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in TimeArrayTimeZoneRule 134 return super.isEquivalentTo(other); in isEquivalentTo()
|
D | AnnualTimeZoneRule.java | 214 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in AnnualTimeZoneRule 222 return super.isEquivalentTo(other); in isEquivalentTo()
|
D | TimeZoneRule.java | 84 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in TimeZoneRule
|
D | GregorianCalendar.java | 522 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/ |
D | InitialTimeZoneRule.java | 45 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in InitialTimeZoneRule 47 return super.isEquivalentTo(other); in isEquivalentTo()
|
D | TimeArrayTimeZoneRule.java | 136 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in TimeArrayTimeZoneRule 142 return super.isEquivalentTo(other); in isEquivalentTo()
|
D | AnnualTimeZoneRule.java | 229 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in AnnualTimeZoneRule 237 return super.isEquivalentTo(other); in isEquivalentTo()
|
D | TimeZoneRule.java | 93 public boolean isEquivalentTo(TimeZoneRule other) { in isEquivalentTo() method in TimeZoneRule
|
D | GregorianCalendar.java | 540 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/ |
D | tzrule.h | 101 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/ |
D | tzrule.h | 101 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/ |
D | tzrule.h | 101 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/ |
D | tzrule.h | 99 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/ |
D | TimeZoneRuleTest.java | 884 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/ |
D | TimeZoneRuleTest.java | 886 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/ |
D | tzrulets.cpp | 1343 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 …]
|