Searched refs:RuleBasedTimeZone (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/i18n/ |
D | rbtz.cpp | 51 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RuleBasedTimeZone) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 53 RuleBasedTimeZone::RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 58 RuleBasedTimeZone::RuleBasedTimeZone(const RuleBasedTimeZone& source) in RuleBasedTimeZone() function in RuleBasedTimeZone 69 RuleBasedTimeZone::~RuleBasedTimeZone() { in ~RuleBasedTimeZone() 74 RuleBasedTimeZone& 75 RuleBasedTimeZone::operator=(const RuleBasedTimeZone& right) { in operator =() 89 RuleBasedTimeZone::operator==(const TimeZone& that) const { in operator ==() 97 RuleBasedTimeZone *rbtz = (RuleBasedTimeZone*)&that; in operator ==() 109 RuleBasedTimeZone::operator!=(const TimeZone& that) const { in operator !=() 114 RuleBasedTimeZone::addTransitionRule(TimeZoneRule* rule, UErrorCode& status) { in addTransitionRule() [all …]
|
D | vtzone.cpp | 1354 RuleBasedTimeZone *rbtz = NULL; in parse() 1594 rbtz = new RuleBasedTimeZone(tzid, initialRule); in parse() 1788 RuleBasedTimeZone rbtz(tzid, initial); in write() 1851 RuleBasedTimeZone rbtz(tzid, initial); in writeSimple()
|
D | tzgnames.cpp | 663 || dynamic_cast<RuleBasedTimeZone *>(tmptz) != NULL in formatGenericNonLocationName()
|
D | smpdtfmt.cpp | 1848 || dynamic_cast<const RuleBasedTimeZone *>(&tz) != NULL in parse()
|
D | calendar.cpp | 3673 || dynamic_cast<const RuleBasedTimeZone *>(fZone) != NULL in getBasicTimeZone()
|
/external/icu4c/i18n/unicode/ |
D | rbtz.h | 34 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/test/intltest/ |
D | tzrulets.cpp | 172 RuleBasedTimeZone *rbtz1 = new RuleBasedTimeZone("RBTZ1", ir->clone()); in TestSimpleRuleBasedTimeZone() 197 RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone()); in TestSimpleRuleBasedTimeZone() 218 RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone()); in TestSimpleRuleBasedTimeZone() 268 RuleBasedTimeZone *rbtz1c = (RuleBasedTimeZone*)rbtz1->clone(); in TestSimpleRuleBasedTimeZone() 377 RuleBasedTimeZone rbtz0("RBTZ1", ir->clone()); in TestSimpleRuleBasedTimeZone() 438 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone("EST5EDT", ir); in TestHistoricalRuleBasedTimeZone() 550 RuleBasedTimeZone *rbtzc = (RuleBasedTimeZone*)rbtz->clone(); in TestHistoricalRuleBasedTimeZone() 667 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone()); in TestRBTZTransition() 1167 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial); in TestGetSimpleRules() 2630 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(id, initialRule); in TestT8943()
|
D | tzoffloc.cpp | 146 RuleBasedTimeZone *rbPT = new RuleBasedTimeZone("Rule based Pacific Time", ir); in TestGetOffsetAroundTransition()
|