Home | History | Annotate | Download | only in unicode

Lines Matching defs:TimeArrayTimeZoneRule

611  * <code>TimeArrayTimeZoneRule</code> represents a time zone rule whose start times are
616 class U_I18N_API TimeArrayTimeZoneRule : public TimeZoneRule {
619 * Constructs a <code>TimeArrayTimeZoneRule</code> with the name, the GMT offset of its
635 TimeArrayTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings,
640 * @param source The TimeArrayTimeZoneRule object to be copied.
643 TimeArrayTimeZoneRule(const TimeArrayTimeZoneRule& source);
649 virtual ~TimeArrayTimeZoneRule();
652 * Clone this TimeArrayTimeZoneRule object polymorphically. The caller owns the result and
657 virtual TimeArrayTimeZoneRule* clone(void) const;
664 TimeArrayTimeZoneRule& operator=(const TimeArrayTimeZoneRule& right);