Home
last modified time | relevance | path

Searched refs:RuleBasedTimeZone (Results 1 – 16 of 16) 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.cpp1317 RuleBasedTimeZone *rbtz = NULL; in parse()
1557 rbtz = new RuleBasedTimeZone(tzid, initialRule); in parse()
1750 RuleBasedTimeZone rbtz(tzid, initial); in write()
1813 RuleBasedTimeZone rbtz(tzid, initial); in writeSimple()
Dzstrfmt.cpp1338 || tmptz->getDynamicClassID() == RuleBasedTimeZone::getStaticClassID() in getGenericString()
Dsmpdtfmt.cpp2030 || tz.getDynamicClassID() == RuleBasedTimeZone::getStaticClassID() in parse()
/external/chromium/third_party/icu/source/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.cpp1317 RuleBasedTimeZone *rbtz = NULL; in parse()
1557 rbtz = new RuleBasedTimeZone(tzid, initialRule); in parse()
1750 RuleBasedTimeZone rbtz(tzid, initial); in write()
1813 RuleBasedTimeZone rbtz(tzid, initial); in writeSimple()
Dzstrfmt.cpp1223 || tmptz->getDynamicClassID() == RuleBasedTimeZone::getStaticClassID() in getGenericString()
Dsmpdtfmt.cpp2023 || tz.getDynamicClassID() == RuleBasedTimeZone::getStaticClassID() in parse()
/external/chromium/third_party/icu/public/i18n/unicode/
Drbtz.h34 class U_I18N_API RuleBasedTimeZone : public BasicTimeZone {
45 RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule);
52 RuleBasedTimeZone(const RuleBasedTimeZone& source);
58 virtual ~RuleBasedTimeZone();
65 RuleBasedTimeZone& operator=(const RuleBasedTimeZone& right);
/external/icu4c/i18n/unicode/
Drbtz.h34 class U_I18N_API RuleBasedTimeZone : public BasicTimeZone {
45 RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule);
52 RuleBasedTimeZone(const RuleBasedTimeZone& source);
58 virtual ~RuleBasedTimeZone();
65 RuleBasedTimeZone& operator=(const RuleBasedTimeZone& right);
/external/chromium/third_party/icu/source/test/intltest/
Dtzrulets.cpp160 RuleBasedTimeZone *rbtz1 = new RuleBasedTimeZone("RBTZ1", ir->clone()); in TestSimpleRuleBasedTimeZone()
185 RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone()); in TestSimpleRuleBasedTimeZone()
206 RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone()); in TestSimpleRuleBasedTimeZone()
256 RuleBasedTimeZone *rbtz1c = (RuleBasedTimeZone*)rbtz1->clone(); in TestSimpleRuleBasedTimeZone()
360 RuleBasedTimeZone rbtz0("RBTZ1", ir->clone()); in TestSimpleRuleBasedTimeZone()
421 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone("EST5EDT", ir); in TestHistoricalRuleBasedTimeZone()
533 RuleBasedTimeZone *rbtzc = (RuleBasedTimeZone*)rbtz->clone(); in TestHistoricalRuleBasedTimeZone()
650 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone()); in TestRBTZTransition()
1147 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial); in TestGetSimpleRules()
Dtzoffloc.cpp146 RuleBasedTimeZone *rbPT = new RuleBasedTimeZone("Rule based Pacific Time", ir); in TestGetOffsetAroundTransition()
/external/icu4c/test/intltest/
Dtzrulets.cpp166 RuleBasedTimeZone *rbtz1 = new RuleBasedTimeZone("RBTZ1", ir->clone()); in TestSimpleRuleBasedTimeZone()
191 RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone()); in TestSimpleRuleBasedTimeZone()
212 RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone()); in TestSimpleRuleBasedTimeZone()
262 RuleBasedTimeZone *rbtz1c = (RuleBasedTimeZone*)rbtz1->clone(); in TestSimpleRuleBasedTimeZone()
371 RuleBasedTimeZone rbtz0("RBTZ1", ir->clone()); in TestSimpleRuleBasedTimeZone()
432 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone("EST5EDT", ir); in TestHistoricalRuleBasedTimeZone()
544 RuleBasedTimeZone *rbtzc = (RuleBasedTimeZone*)rbtz->clone(); in TestHistoricalRuleBasedTimeZone()
661 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone()); in TestRBTZTransition()
1158 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.h2061 #define RuleBasedTimeZone U_ICU_ENTRY_POINT_RENAME(RuleBasedTimeZone) macro
/external/chromium/third_party/icu/public/common/unicode/
Durename.h1805 #define RuleBasedTimeZone RuleBasedTimeZone_4_2 macro