/external/icu/icu4c/source/i18n/ |
D | rbtz.cpp | 52 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RuleBasedTimeZone) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 54 RuleBasedTimeZone::RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 59 RuleBasedTimeZone::RuleBasedTimeZone(const RuleBasedTimeZone& source) in RuleBasedTimeZone() function in RuleBasedTimeZone 70 RuleBasedTimeZone::~RuleBasedTimeZone() { in ~RuleBasedTimeZone() 75 RuleBasedTimeZone& 76 RuleBasedTimeZone::operator=(const RuleBasedTimeZone& right) { in operator =() 90 RuleBasedTimeZone::operator==(const TimeZone& that) const { in operator ==() 98 RuleBasedTimeZone *rbtz = (RuleBasedTimeZone*)&that; in operator ==() 110 RuleBasedTimeZone::operator!=(const TimeZone& that) const { in operator !=() 115 RuleBasedTimeZone::addTransitionRule(TimeZoneRule* rule, UErrorCode& status) { in addTransitionRule() [all …]
|
D | dangical.cpp | 114 …RuleBasedTimeZone* dangiCalZoneAstroCalc = new RuleBasedTimeZone(UNICODE_STRING_SIMPLE("KOREA_ZONE… in initDangiCalZoneAstroCalc()
|
D | vtzone.cpp | 1355 RuleBasedTimeZone *rbtz = NULL; in parse() 1595 rbtz = new RuleBasedTimeZone(tzid, initialRule); in parse() 1789 RuleBasedTimeZone rbtz(tzid, initial); in write() 1852 RuleBasedTimeZone rbtz(tzid, initial); in writeSimple()
|
D | tzgnames.cpp | 654 || dynamic_cast<RuleBasedTimeZone *>(tmptz) != NULL in formatGenericNonLocationName()
|
D | calendar.cpp | 3847 || dynamic_cast<const RuleBasedTimeZone *>(fZone) != NULL in getBasicTimeZone()
|
D | smpdtfmt.cpp | 1953 || dynamic_cast<const RuleBasedTimeZone *>(&tz) != NULL in parse()
|
/external/chromium_org/third_party/icu/source/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 | 1349 RuleBasedTimeZone *rbtz = NULL; in parse() 1589 rbtz = new RuleBasedTimeZone(tzid, initialRule); in parse() 1783 RuleBasedTimeZone rbtz(tzid, initial); in write() 1846 RuleBasedTimeZone rbtz(tzid, initial); in writeSimple()
|
D | zstrfmt.cpp | 1471 || dynamic_cast<RuleBasedTimeZone *>(tmptz) != NULL in getGenericString()
|
D | smpdtfmt.cpp | 2052 || dynamic_cast<const RuleBasedTimeZone *>(&tz) != NULL in parse()
|
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/icu/icu4c/source/test/intltest/ |
D | tzrulets.cpp | 170 RuleBasedTimeZone *rbtz1 = new RuleBasedTimeZone("RBTZ1", ir->clone()); in TestSimpleRuleBasedTimeZone() 195 RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone()); in TestSimpleRuleBasedTimeZone() 216 RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone()); in TestSimpleRuleBasedTimeZone() 266 RuleBasedTimeZone *rbtz1c = (RuleBasedTimeZone*)rbtz1->clone(); in TestSimpleRuleBasedTimeZone() 375 RuleBasedTimeZone rbtz0("RBTZ1", ir->clone()); in TestSimpleRuleBasedTimeZone() 436 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone("EST5EDT", ir); in TestHistoricalRuleBasedTimeZone() 548 RuleBasedTimeZone *rbtzc = (RuleBasedTimeZone*)rbtz->clone(); in TestHistoricalRuleBasedTimeZone() 665 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone()); in TestRBTZTransition() 1165 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial); in TestGetSimpleRules() 2628 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(id, initialRule); in TestT8943()
|
D | tzoffloc.cpp | 146 RuleBasedTimeZone *rbPT = new RuleBasedTimeZone("Rule based Pacific Time", ir); in TestGetOffsetAroundTransition()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | tzrulets.cpp | 171 RuleBasedTimeZone *rbtz1 = new RuleBasedTimeZone("RBTZ1", ir->clone()); in TestSimpleRuleBasedTimeZone() 196 RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone()); in TestSimpleRuleBasedTimeZone() 217 RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone()); in TestSimpleRuleBasedTimeZone() 267 RuleBasedTimeZone *rbtz1c = (RuleBasedTimeZone*)rbtz1->clone(); in TestSimpleRuleBasedTimeZone() 376 RuleBasedTimeZone rbtz0("RBTZ1", ir->clone()); in TestSimpleRuleBasedTimeZone() 437 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone("EST5EDT", ir); in TestHistoricalRuleBasedTimeZone() 549 RuleBasedTimeZone *rbtzc = (RuleBasedTimeZone*)rbtz->clone(); in TestHistoricalRuleBasedTimeZone() 666 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone()); in TestRBTZTransition() 1166 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial); in TestGetSimpleRules()
|
D | tzoffloc.cpp | 146 RuleBasedTimeZone *rbPT = new RuleBasedTimeZone("Rule based Pacific Time", ir); in TestGetOffsetAroundTransition()
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 2104 #define RuleBasedTimeZone U_ICU_ENTRY_POINT_RENAME(RuleBasedTimeZone) macro
|