HomeSort by relevance Sort by last modified time
    Searched defs:InitialTimeZoneRule (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/public/i18n/unicode/
tzrule.h 193 * <code>InitialTimeZoneRule</code> represents a time zone rule
198 class U_I18N_API InitialTimeZoneRule : public 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* clone(void) const
    [all...]
  /external/icu4c/i18n/unicode/
tzrule.h 193 * <code>InitialTimeZoneRule</code> represents a time zone rule
198 class U_I18N_API InitialTimeZoneRule : public 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* clone(void) const
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 365 milliseconds