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