Searched defs:AnnualTimeZoneRule (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dtzrule.h370 * <code>AnnualTimeZoneRule</code> is a class used for representing a time zone
376 class U_I18N_API AnnualTimeZoneRule : public TimeZoneRule { class in inherits: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();
[all...]
/external/icu4c/common/unicode/
H A Durename.h1756 #define AnnualTimeZoneRule U_ICU_ENTRY_POINT_RENAME(AnnualTimeZoneRule) macro

Completed in 82 milliseconds