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

/external/icu4c/i18n/unicode/
H A Dtzrule.h611 * <code>TimeArrayTimeZoneRule</code> represents a time zone rule whose start times are
616 class U_I18N_API TimeArrayTimeZoneRule : public TimeZoneRule { class in inherits: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* clon
[all...]
/external/icu4c/common/unicode/
H A Durename.h2169 #define TimeArrayTimeZoneRule U_ICU_ENTRY_POINT_RENAME(TimeArrayTimeZoneRule) macro

Completed in 154 milliseconds