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

/external/icu/icu4c/source/i18n/unicode/
H A Drbtz.h36 class U_I18N_API RuleBasedTimeZone : public BasicTimeZone { class in inherits:BasicTimeZone
39 * Constructs a <code>RuleBasedTimeZone</code> object with the ID and the
41 * is adopted by this <code>RuleBasedTimeZone</code>, thus the caller must not
47 RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule);
51 * @param source The RuleBasedTimeZone object to be copied.
54 RuleBasedTimeZone(const RuleBasedTimeZone& source);
60 virtual ~RuleBasedTimeZone();
67 RuleBasedTimeZone& operator=(const RuleBasedTimeZone
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DRuleBasedTimeZone.java19 * <code>RuleBasedTimeZone</code> is a concrete subclass of <code>TimeZone</code> that allows users to define
26 public class RuleBasedTimeZone extends BasicTimeZone { class in inherits:BasicTimeZone
38 * Constructs a <code>RuleBasedTimeZone</code> object with the ID and the
44 public RuleBasedTimeZone(String id, InitialTimeZoneRule initialRule) { method in class:RuleBasedTimeZone
59 throw new UnsupportedOperationException("Attempt to modify a frozen RuleBasedTimeZone instance.");
154 throw new UnsupportedOperationException("setRawOffset in RuleBasedTimeZone is not supported.");
232 if (!(other instanceof RuleBasedTimeZone)) {
236 RuleBasedTimeZone otherRBTZ = (RuleBasedTimeZone)other;
758 RuleBasedTimeZone t
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRuleBasedTimeZone.java18 * <code>RuleBasedTimeZone</code> is a concrete subclass of <code>TimeZone</code> that allows users to define
25 public class RuleBasedTimeZone extends BasicTimeZone { class in inherits:BasicTimeZone
37 * Constructs a <code>RuleBasedTimeZone</code> object with the ID and the
45 public RuleBasedTimeZone(String id, InitialTimeZoneRule initialRule) { method in class:RuleBasedTimeZone
62 throw new UnsupportedOperationException("Attempt to modify a frozen RuleBasedTimeZone instance.");
167 throw new UnsupportedOperationException("setRawOffset in RuleBasedTimeZone is not supported.");
250 if (!(other instanceof RuleBasedTimeZone)) {
254 RuleBasedTimeZone otherRBTZ = (RuleBasedTimeZone)other;
786 RuleBasedTimeZone t
[all...]
/external/icu/icu4c/source/i18n/
H A Drbtz.cpp54 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RuleBasedTimeZone)
56 RuleBasedTimeZone::RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule) function in class:RuleBasedTimeZone
61 RuleBasedTimeZone::RuleBasedTimeZone(const RuleBasedTimeZone& source) function in class:RuleBasedTimeZone
72 RuleBasedTimeZone::~RuleBasedTimeZone() {
77 RuleBasedTimeZone&
78 RuleBasedTimeZone
[all...]

Completed in 114 milliseconds