Home | History | Annotate | Download | only in unicode

Lines Matching defs:AnnualTimeZoneRule

370  * <code>AnnualTimeZoneRule</code> is a class used for representing a time zone
376 class U_I18N_API AnnualTimeZoneRule : public TimeZoneRule {
385 * Constructs a <code>AnnualTimeZoneRule</code> with the name, the GMT offset of its
400 AnnualTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings,
404 * Constructs a <code>AnnualTimeZoneRule</code> with the name, the GMT offset of its
419 AnnualTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings,
424 * @param source The AnnualTimeZoneRule object to be copied.
427 AnnualTimeZoneRule(const AnnualTimeZoneRule& source);
433 virtual ~AnnualTimeZoneRule();
436 * Clone this AnnualTimeZoneRule object polymorphically. The caller owns the result and
441 virtual AnnualTimeZoneRule* clone(void) const;
448 AnnualTimeZoneRule& operator=(const AnnualTimeZoneRule& right);