Lines Matching refs:TimeZoneRule
35 TimeZoneRule::TimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings) in TimeZoneRule() function in TimeZoneRule
39 TimeZoneRule::TimeZoneRule(const TimeZoneRule& source) in TimeZoneRule() function in TimeZoneRule
43 TimeZoneRule::~TimeZoneRule() { in ~TimeZoneRule()
46 TimeZoneRule&
47 TimeZoneRule::operator=(const TimeZoneRule& right) { in operator =()
57 TimeZoneRule::operator==(const TimeZoneRule& that) const { in operator ==()
66 TimeZoneRule::operator!=(const TimeZoneRule& that) const { in operator !=()
71 TimeZoneRule::getName(UnicodeString& name) const { in getName()
77 TimeZoneRule::getRawOffset(void) const { in getRawOffset()
82 TimeZoneRule::getDSTSavings(void) const { in getDSTSavings()
87 TimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo()
100 : TimeZoneRule(name, rawOffset, dstSavings) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
104 : TimeZoneRule(source) { in InitialTimeZoneRule()
118 TimeZoneRule::operator=(right); in operator =()
124 InitialTimeZoneRule::operator==(const TimeZoneRule& that) const { in operator ==()
127 TimeZoneRule::operator==(that))); in operator ==()
131 InitialTimeZoneRule::operator!=(const TimeZoneRule& that) const { in operator !=()
136 InitialTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo()
140 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
189 : TimeZoneRule(name, rawOffset, dstSavings), fDateTimeRule(new DateTimeRule(dateTimeRule)), in AnnualTimeZoneRule()
199 : TimeZoneRule(name, rawOffset, dstSavings), fDateTimeRule(dateTimeRule), in AnnualTimeZoneRule()
204 : TimeZoneRule(source), fDateTimeRule(new DateTimeRule(*(source.fDateTimeRule))), in AnnualTimeZoneRule()
220 TimeZoneRule::operator=(right); in operator =()
230 AnnualTimeZoneRule::operator==(const TimeZoneRule& that) const { in operator ==()
244 AnnualTimeZoneRule::operator!=(const TimeZoneRule& that) const { in operator !=()
322 AnnualTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo()
326 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()
408 : TimeZoneRule(name, rawOffset, dstSavings), fTimeRuleType(timeRuleType), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
417 : TimeZoneRule(source), fTimeRuleType(source.fTimeRuleType), fStartTimes(NULL) { in TimeArrayTimeZoneRule()
439 TimeZoneRule::operator=(right); in operator =()
449 TimeArrayTimeZoneRule::operator==(const TimeZoneRule& that) const { in operator ==()
453 if (typeid(*this) != typeid(that) || TimeZoneRule::operator==(that) == FALSE) { in operator ==()
473 TimeArrayTimeZoneRule::operator!=(const TimeZoneRule& that) const { in operator !=()
497 TimeArrayTimeZoneRule::isEquivalentTo(const TimeZoneRule& other) const { in isEquivalentTo()
501 if (typeid(*this) != typeid(other) || TimeZoneRule::isEquivalentTo(other) == FALSE) { in isEquivalentTo()