Lines Matching refs:TimeZoneRule
33 TimeZoneRule::TimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings) in TimeZoneRule() function in TimeZoneRule
37 TimeZoneRule::TimeZoneRule(const TimeZoneRule& source) in TimeZoneRule() function in TimeZoneRule
41 TimeZoneRule::~TimeZoneRule() { in ~TimeZoneRule()
44 TimeZoneRule&
45 TimeZoneRule::operator=(const TimeZoneRule& right) { in operator =()
55 TimeZoneRule::operator==(const TimeZoneRule& that) const { in operator ==()
64 TimeZoneRule::operator!=(const TimeZoneRule& that) const { in operator !=()
69 TimeZoneRule::getName(UnicodeString& name) const { in getName()
75 TimeZoneRule::getRawOffset(void) const { in getRawOffset()
80 TimeZoneRule::getDSTSavings(void) const { in getDSTSavings()
85 TimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo()
98 : TimeZoneRule(name, rawOffset, dstSavings) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
102 : TimeZoneRule(source) { in InitialTimeZoneRule()
116 TimeZoneRule::operator=(right); in operator =()
122 InitialTimeZoneRule::operator==(const TimeZoneRule& that) const { in operator ==()
125 TimeZoneRule::operator==(that))); in operator ==()
129 InitialTimeZoneRule::operator!=(const TimeZoneRule& that) const { in operator !=()
134 InitialTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo()
138 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
187 : TimeZoneRule(name, rawOffset, dstSavings), fDateTimeRule(new DateTimeRule(dateTimeRule)), in AnnualTimeZoneRule()
197 : TimeZoneRule(name, rawOffset, dstSavings), fDateTimeRule(dateTimeRule), in AnnualTimeZoneRule()
202 : TimeZoneRule(source), fDateTimeRule(new DateTimeRule(*(source.fDateTimeRule))), in AnnualTimeZoneRule()
218 TimeZoneRule::operator=(right); in operator =()
228 AnnualTimeZoneRule::operator==(const TimeZoneRule& that) const { in operator ==()
242 AnnualTimeZoneRule::operator!=(const TimeZoneRule& that) const { in operator !=()
320 AnnualTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo()
324 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
406 : TimeZoneRule(name, rawOffset, dstSavings), fTimeRuleType(timeRuleType), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
415 : TimeZoneRule(source), fTimeRuleType(source.fTimeRuleType), fStartTimes(NULL) { in TimeArrayTimeZoneRule()
437 TimeZoneRule::operator=(right); in operator =()
447 TimeArrayTimeZoneRule::operator==(const TimeZoneRule& that) const { in operator ==()
451 if (typeid(*this) != typeid(that) || TimeZoneRule::operator==(that) == FALSE) { in operator ==()
471 TimeArrayTimeZoneRule::operator!=(const TimeZoneRule& that) const { in operator !=()
495 TimeArrayTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo()
499 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()