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

  /external/icu/icu4c/source/i18n/unicode/
rbtz.h 36 class U_I18N_API RuleBasedTimeZone : public 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& right)
    [all...]
  /external/icu/icu4c/source/i18n/
rbtz.cpp 54 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RuleBasedTimeZone)
56 RuleBasedTimeZone::RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule)
61 RuleBasedTimeZone::RuleBasedTimeZone(const RuleBasedTimeZone& source)
72 RuleBasedTimeZone::~RuleBasedTimeZone() {
77 RuleBasedTimeZone&
78 RuleBasedTimeZone::operator=(const RuleBasedTimeZone& right)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
RuleBasedTimeZone.java 19 * <code>RuleBasedTimeZone</code> is a concrete subclass of <code>TimeZone</code> that allows users to define
26 public class RuleBasedTimeZone extends BasicTimeZone {
38 * Constructs a <code>RuleBasedTimeZone</code> object with the ID and the
44 public RuleBasedTimeZone(String id, InitialTimeZoneRule initialRule) {
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 tz = (RuleBasedTimeZone)super.cloneAsThawed()
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
RuleBasedTimeZone.java 18 * <code>RuleBasedTimeZone</code> is a concrete subclass of <code>TimeZone</code> that allows users to define
25 public class RuleBasedTimeZone extends BasicTimeZone {
37 * Constructs a <code>RuleBasedTimeZone</code> object with the ID and the
45 public RuleBasedTimeZone(String id, InitialTimeZoneRule initialRule) {
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 tz = (RuleBasedTimeZone)super.cloneAsThawed()
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 2040 milliseconds