Home | History | Annotate | Download | only in unicode

Lines Matching defs:AnnualTimeZoneRule

372  * <code>AnnualTimeZoneRule</code> is a class used for representing a time zone
378 class U_I18N_API AnnualTimeZoneRule : public TimeZoneRule {
387 * Constructs a <code>AnnualTimeZoneRule
402 AnnualTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings,
406 * Constructs a <code>AnnualTimeZoneRule</code> with the name, the GMT offset of its
421 AnnualTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings,
426 * @param source The AnnualTimeZoneRule object to be copied.
429 AnnualTimeZoneRule(const AnnualTimeZoneRule& source);
435 virtual ~AnnualTimeZoneRule();
438 * Clone this AnnualTimeZoneRule object polymorphically. The caller owns the result and
443 virtual AnnualTimeZoneRule* clone(void) const;
450 AnnualTimeZoneRule& operator=(const AnnualTimeZoneRule& right);