Searched refs:hasSameRules (Results 1 – 18 of 18) sorted by relevance
268 assertTrue(tz.hasSameRules(sameZone)); in test_hasSameRules_Ljava_util_TimeZone()276 .hasSameRules(null)); in test_hasSameRules_Ljava_util_TimeZone()
250 .hasSameRules(sameAsSt)); in test_hasSameRulesLjava_util_TimeZone()252 .hasSameRules(notSameAsSt)); in test_hasSameRulesLjava_util_TimeZone()
248 virtual UBool hasSameRules(const TimeZone& other) const;
666 virtual UBool hasSameRules(const TimeZone& other) const;
312 virtual UBool hasSameRules(const TimeZone& other) const;
693 UBool hasSameRules(const TimeZone& other) const;
262 if (rbtz1->hasSameRules(*rbtz2)) { in TestSimpleRuleBasedTimeZone()265 if (rbtz1->hasSameRules(*rbtz3)) { in TestSimpleRuleBasedTimeZone()269 if (!rbtz1->hasSameRules(*rbtz1c)) { in TestSimpleRuleBasedTimeZone()547 if (ny->hasSameRules(*rbtz) || rbtz->hasSameRules(*ny)) { in TestHistoricalRuleBasedTimeZone()551 …if (!rbtz->hasSameRules(*rbtzc) || !rbtz->hasEquivalentTransitions(*rbtzc, jan1_1950, jan1_2010, T… in TestHistoricalRuleBasedTimeZone()1704 UBool bSame = otz->hasSameRules(*vtz); in TestVTimeZoneCoverage()1812 if (vtzFromBasic->hasSameRules(simpleTZ2) == FALSE) { in TestVTimeZoneCoverage()2532 if (tz1.hasSameRules(tz2)) { in hasEquivalentTransitions()
570 if (!tza->hasSameRules(*tzA) || tza->hasSameRules(*tzb)) { in Test4154537()573 if (!tz1->hasSameRules(*tz2)) { in Test4154537()1102 if(pst->hasSameRules(*cst)) { in TestJDK12API()
1335 if(!from->hasSameRules(*to)) { in TestAliasedNames()1755 if(tz1->hasSameRules(*tz2)){ in TestCountries()
226 virtual UBool hasSameRules(const TimeZone& other) const;
157 return ((VTimeZone*)zone)->VTimeZone::hasSameRules(*(VTimeZone*)other); in vzone_hasSameRules()
315 hasSameRules(other))); in operator ==()602 OlsonTimeZone::hasSameRules(const TimeZone &other) const { in hasSameRules() function in OlsonTimeZone
236 hasSameRules(that))); in operator ==()743 SimpleTimeZone::hasSameRules(const TimeZone& other) const in hasSameRules() function in SimpleTimeZone
42 if (hasSameRules(tz)) { in hasEquivalentTransitions()
509 RuleBasedTimeZone::hasSameRules(const TimeZone& other) const { in hasSameRules() function in RuleBasedTimeZone
1222 VTimeZone::hasSameRules(const TimeZone& other) const { in hasSameRules() function in VTimeZone1223 return tz->hasSameRules(other); in hasSameRules()
1505 TimeZone::hasSameRules(const TimeZone& other) const in hasSameRules() function in TimeZone
308 if (known_timezone->hasSameRules(timezone)) in GetKnownTimezoneID()