Searched defs:InitialTimeZoneRule (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/icu/public/i18n/unicode/
H A Dtzrule.h193 * <code>InitialTimeZoneRule</code> represents a time zone rule
198 class U_I18N_API InitialTimeZoneRule : public TimeZoneRule { class in inherits:TimeZoneRule
201 * Constructs an <code>InitialTimeZoneRule</code> with the name, the GMT offset of its
209 InitialTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings);
213 * @param source The InitialTimeZoneRule object to be copied.
216 InitialTimeZoneRule(const InitialTimeZoneRule& source);
222 virtual ~InitialTimeZoneRule();
225 * Clone this InitialTimeZoneRule object polymorphically. The caller owns the result and
230 virtual InitialTimeZoneRule* clon
[all...]
/external/icu4c/i18n/unicode/
H A Dtzrule.h193 * <code>InitialTimeZoneRule</code> represents a time zone rule
198 class U_I18N_API InitialTimeZoneRule : public TimeZoneRule { class in inherits:TimeZoneRule
201 * Constructs an <code>InitialTimeZoneRule</code> with the name, the GMT offset of its
209 InitialTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings);
213 * @param source The InitialTimeZoneRule object to be copied.
216 InitialTimeZoneRule(const InitialTimeZoneRule& source);
222 virtual ~InitialTimeZoneRule();
225 * Clone this InitialTimeZoneRule object polymorphically. The caller owns the result and
230 virtual InitialTimeZoneRule* clon
[all...]
/external/chromium/third_party/icu/public/common/unicode/
H A Durename.h1686 #define InitialTimeZoneRule InitialTimeZoneRule_4_2 macro
/external/icu4c/common/unicode/
H A Durename.h1933 #define InitialTimeZoneRule U_ICU_ENTRY_POINT_RENAME(InitialTimeZoneRule) macro

Completed in 94 milliseconds