Home
last modified time | relevance | path

Searched refs:RuleBasedTimeZone (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/i18n/
Drbtz.cpp49 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RuleBasedTimeZone) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
51 RuleBasedTimeZone::RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
56 RuleBasedTimeZone::RuleBasedTimeZone(const RuleBasedTimeZone& source) in RuleBasedTimeZone() function in RuleBasedTimeZone
67 RuleBasedTimeZone::~RuleBasedTimeZone() { in ~RuleBasedTimeZone()
72 RuleBasedTimeZone&
73 RuleBasedTimeZone::operator=(const RuleBasedTimeZone& right) { in operator =()
87 RuleBasedTimeZone::operator==(const TimeZone& that) const { in operator ==()
95 RuleBasedTimeZone *rbtz = (RuleBasedTimeZone*)&that; in operator ==()
107 RuleBasedTimeZone::operator!=(const TimeZone& that) const { in operator !=()
112 RuleBasedTimeZone::addTransitionRule(TimeZoneRule* rule, UErrorCode& status) { in addTransitionRule()
[all …]
Dvtzone.cpp1309 RuleBasedTimeZone *rbtz = NULL; in parse()
1535 rbtz = new RuleBasedTimeZone(tzid, initialRule); in parse()
1639 RuleBasedTimeZone rbtz(tzid, initial); in write()
1702 RuleBasedTimeZone rbtz(tzid, initial); in writeSimple()
Dzstrfmt.cpp1165 || tmptz->getDynamicClassID() == RuleBasedTimeZone::getStaticClassID() in getGenericString()
Dsmpdtfmt.cpp1480 || tz.getDynamicClassID() == RuleBasedTimeZone::getStaticClassID() in parse()
/external/icu4c/i18n/unicode/
Drbtz.h28 class U_I18N_API RuleBasedTimeZone : public BasicTimeZone {
39 RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule);
46 RuleBasedTimeZone(const RuleBasedTimeZone& source);
52 virtual ~RuleBasedTimeZone();
59 RuleBasedTimeZone& operator=(const RuleBasedTimeZone& right);
/external/icu4c/test/intltest/
Dtzrulets.cpp156 RuleBasedTimeZone *rbtz1 = new RuleBasedTimeZone("RBTZ1", ir->clone()); in TestSimpleRuleBasedTimeZone()
181 RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone()); in TestSimpleRuleBasedTimeZone()
202 RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone()); in TestSimpleRuleBasedTimeZone()
252 RuleBasedTimeZone *rbtz1c = (RuleBasedTimeZone*)rbtz1->clone(); in TestSimpleRuleBasedTimeZone()
356 RuleBasedTimeZone rbtz0("RBTZ1", ir->clone()); in TestSimpleRuleBasedTimeZone()
417 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone("EST5EDT", ir); in TestHistoricalRuleBasedTimeZone()
529 RuleBasedTimeZone *rbtzc = (RuleBasedTimeZone*)rbtz->clone(); in TestHistoricalRuleBasedTimeZone()
646 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone()); in TestRBTZTransition()
1131 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial); in TestGetSimpleRules()
Dtzoffloc.cpp146 RuleBasedTimeZone *rbPT = new RuleBasedTimeZone("Rule based Pacific Time", ir); in TestGetOffsetAroundTransition()
/external/icu4c/common/unicode/
Durename.h1627 #define RuleBasedTimeZone RuleBasedTimeZone_3_8 macro