Searched refs:RuleBasedTimeZone (Results 1 – 17 of 17) sorted by relevance
52 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RuleBasedTimeZone) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument54 RuleBasedTimeZone::RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()59 RuleBasedTimeZone::RuleBasedTimeZone(const RuleBasedTimeZone& source) in RuleBasedTimeZone() function in RuleBasedTimeZone70 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 …]
114 …RuleBasedTimeZone* dangiCalZoneAstroCalc = new RuleBasedTimeZone(UNICODE_STRING_SIMPLE("KOREA_ZONE… in initDangiCalZoneAstroCalc()
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()
656 || dynamic_cast<RuleBasedTimeZone *>(tmptz) != NULL in formatGenericNonLocationName()
3918 || dynamic_cast<const RuleBasedTimeZone *>(fZone) != NULL in getBasicTimeZone()
2183 || dynamic_cast<const RuleBasedTimeZone *>(&tz) != NULL in parse()
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);
73 RuleBasedTimeZone tz = new RuleBasedTimeZone("KOREA_ZONE", initialTimeZone);
23 public class RuleBasedTimeZone extends BasicTimeZone { class43 public RuleBasedTimeZone(String id, InitialTimeZoneRule initialRule) { in RuleBasedTimeZone() method in RuleBasedTimeZone248 if (!(other instanceof RuleBasedTimeZone)) { in hasSameRules()252 RuleBasedTimeZone otherRBTZ = (RuleBasedTimeZone)other; in hasSameRules()788 RuleBasedTimeZone tz = (RuleBasedTimeZone)super.cloneAsThawed(); in cloneAsThawed()
280 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID(), (InitialTimeZoneRule)rules[0]); in write()314 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID(), (InitialTimeZoneRule)rules[0]); in writeSimple()765 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tzid, initialRule); in parse()
25 import com.ibm.icu.util.RuleBasedTimeZone;65 RuleBasedTimeZone rbtz1 = new RuleBasedTimeZone("RBTZ1", ir); in TestSimpleRuleBasedTimeZone()80 RuleBasedTimeZone rbtz2 = new RuleBasedTimeZone("RBTZ2", ir); in TestSimpleRuleBasedTimeZone()91 RuleBasedTimeZone rbtz3 = new RuleBasedTimeZone("RBTZ3", ir); in TestSimpleRuleBasedTimeZone()122 RuleBasedTimeZone rbtz1c = (RuleBasedTimeZone)rbtz1.clone(); in TestSimpleRuleBasedTimeZone()215 RuleBasedTimeZone rbtz = new RuleBasedTimeZone("EST5EDT", ir); in TestHistoricalRuleBasedTimeZone()286 RuleBasedTimeZone rbtzc = (RuleBasedTimeZone)rbtz.clone(); in TestHistoricalRuleBasedTimeZone()360 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID() + "(RBTZ)", in TestRBTZTransition()1800 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(id, initialRule); in TestT8943()
30 import com.ibm.icu.util.RuleBasedTimeZone;1893 new RuleBasedTimeZone("rbtz", new InitialTimeZoneRule("rbtz0", 0, 0)), in TestFreezable()1910 … new RuleBasedTimeZone("frz_rbtz", new InitialTimeZoneRule("frz_rbtz0", 3600000, 0)).freeze(), in TestFreezable()1954 …if (!(thawedZones[i] instanceof RuleBasedTimeZone)) { // RuleBasedTimeZone does not supprot set… in checkThawed()1996 } else if (thawedZones[i] instanceof RuleBasedTimeZone) { in checkThawed()1997 RuleBasedTimeZone rbtz = (RuleBasedTimeZone)thawedZones[i]; in checkThawed()2059 …if (!(frozenZones[i] instanceof RuleBasedTimeZone)) { // RuleBasedTimeZone does not supprot set… in checkFrozen()2100 } else if (frozenZones[i] instanceof RuleBasedTimeZone) { in checkFrozen()2101 RuleBasedTimeZone rbtz = (RuleBasedTimeZone)frozenZones[i]; in checkFrozen()2146 RuleBasedTimeZone rbtz = createRBTZ((BasicTimeZone)tz, current); in TestObservesDaylightTime()[all …]
19 import com.ibm.icu.util.RuleBasedTimeZone;126 RuleBasedTimeZone rbPT = new RuleBasedTimeZone("Rule based Pacific Time", ir); in TestGetOffsetAroundTransition()
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()
146 RuleBasedTimeZone *rbPT = new RuleBasedTimeZone("Rule based Pacific Time", ir); in TestGetOffsetAroundTransition()
34 import com.ibm.icu.util.RuleBasedTimeZone;233 RuleBasedTimeZone ruleBasedTimeZones[] = new RuleBasedTimeZone[2]; in getTestObjects()238 ruleBasedTimeZones[0] = new RuleBasedTimeZone("GMT-5", ir); in getTestObjects()242 ruleBasedTimeZones[1] = new RuleBasedTimeZone("US_East", ir); in getTestObjects()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...