Home
last modified time | relevance | path

Searched refs:hasSameRules (Results 1 – 18 of 18) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DTimeZoneTest.java268 assertTrue(tz.hasSameRules(sameZone)); in test_hasSameRules_Ljava_util_TimeZone()
276 .hasSameRules(null)); in test_hasSameRules_Ljava_util_TimeZone()
DSimpleTimeZoneTest.java250 .hasSameRules(sameAsSt)); in test_hasSameRulesLjava_util_TimeZone()
252 .hasSameRules(notSameAsSt)); in test_hasSameRulesLjava_util_TimeZone()
/external/icu4c/i18n/unicode/
Drbtz.h248 virtual UBool hasSameRules(const TimeZone& other) const;
Dtimezone.h666 virtual UBool hasSameRules(const TimeZone& other) const;
Dvtzone.h312 virtual UBool hasSameRules(const TimeZone& other) const;
Dsimpletz.h693 UBool hasSameRules(const TimeZone& other) const;
/external/icu4c/test/intltest/
Dtzrulets.cpp262 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()
Dtzregts.cpp570 if (!tza->hasSameRules(*tzA) || tza->hasSameRules(*tzb)) { in Test4154537()
573 if (!tz1->hasSameRules(*tz2)) { in Test4154537()
1102 if(pst->hasSameRules(*cst)) { in TestJDK12API()
Dtztest.cpp1335 if(!from->hasSameRules(*to)) { in TestAliasedNames()
1755 if(tz1->hasSameRules(*tz2)){ in TestCountries()
/external/icu4c/i18n/
Dolsontz.h226 virtual UBool hasSameRules(const TimeZone& other) const;
Dvzone.cpp157 return ((VTimeZone*)zone)->VTimeZone::hasSameRules(*(VTimeZone*)other); in vzone_hasSameRules()
Dolsontz.cpp315 hasSameRules(other))); in operator ==()
602 OlsonTimeZone::hasSameRules(const TimeZone &other) const { in hasSameRules() function in OlsonTimeZone
Dsimpletz.cpp236 hasSameRules(that))); in operator ==()
743 SimpleTimeZone::hasSameRules(const TimeZone& other) const in hasSameRules() function in SimpleTimeZone
Dbasictz.cpp42 if (hasSameRules(tz)) { in hasEquivalentTransitions()
Drbtz.cpp509 RuleBasedTimeZone::hasSameRules(const TimeZone& other) const { in hasSameRules() function in RuleBasedTimeZone
Dvtzone.cpp1222 VTimeZone::hasSameRules(const TimeZone& other) const { in hasSameRules() function in VTimeZone
1223 return tz->hasSameRules(other); in hasSameRules()
Dtimezone.cpp1505 TimeZone::hasSameRules(const TimeZone& other) const in hasSameRules() function in TimeZone
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dsystem_settings_provider.cc308 if (known_timezone->hasSameRules(timezone)) in GetKnownTimezoneID()