Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/i18n/
Drbtz.cpp54 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RuleBasedTimeZone) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
56 RuleBasedTimeZone::RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
61 RuleBasedTimeZone::RuleBasedTimeZone(const RuleBasedTimeZone& source) in RuleBasedTimeZone() function in RuleBasedTimeZone
72 RuleBasedTimeZone::~RuleBasedTimeZone() { in ~RuleBasedTimeZone()
77 RuleBasedTimeZone&
78 RuleBasedTimeZone::operator=(const RuleBasedTimeZone& right) { in operator =()
92 RuleBasedTimeZone::operator==(const TimeZone& that) const { in operator ==()
100 RuleBasedTimeZone *rbtz = (RuleBasedTimeZone*)&that; in operator ==()
112 RuleBasedTimeZone::operator!=(const TimeZone& that) const { in operator !=()
117 RuleBasedTimeZone::addTransitionRule(TimeZoneRule* rule, UErrorCode& status) { in addTransitionRule()
[all …]
Ddangical.cpp116RuleBasedTimeZone* dangiCalZoneAstroCalc = new RuleBasedTimeZone(UNICODE_STRING_SIMPLE("KOREA_ZONE… in initDangiCalZoneAstroCalc()
Dvtzone.cpp1357 RuleBasedTimeZone *rbtz = NULL; in parse()
1597 rbtz = new RuleBasedTimeZone(tzid, initialRule); in parse()
1781 RuleBasedTimeZone rbtz(tzid, initial); in write()
1844 RuleBasedTimeZone rbtz(tzid, initial); in writeSimple()
Dtzgnames.cpp633 || dynamic_cast<RuleBasedTimeZone *>(tmptz) != NULL in formatGenericNonLocationName()
Dcalendar.cpp3946 || dynamic_cast<const RuleBasedTimeZone *>(fZone) != NULL in getBasicTimeZone()
/external/icu/icu4c/source/i18n/unicode/
Drbtz.h36 class U_I18N_API RuleBasedTimeZone : public BasicTimeZone {
47 RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule);
54 RuleBasedTimeZone(const RuleBasedTimeZone& source);
60 virtual ~RuleBasedTimeZone();
67 RuleBasedTimeZone& operator=(const RuleBasedTimeZone& right);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DDangiCalendar.java75 RuleBasedTimeZone tz = new RuleBasedTimeZone("KOREA_ZONE", initialTimeZone);
DRuleBasedTimeZone.java25 public class RuleBasedTimeZone extends BasicTimeZone { class
45 public RuleBasedTimeZone(String id, InitialTimeZoneRule initialRule) { in RuleBasedTimeZone() method in RuleBasedTimeZone
250 if (!(other instanceof RuleBasedTimeZone)) { in hasSameRules()
254 RuleBasedTimeZone otherRBTZ = (RuleBasedTimeZone)other; in hasSameRules()
786 RuleBasedTimeZone tz = (RuleBasedTimeZone)super.cloneAsThawed(); in cloneAsThawed()
DVTimeZone.java286 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID(), (InitialTimeZoneRule)rules[0]); in write()
320 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID(), (InitialTimeZoneRule)rules[0]); in writeSimple()
771 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tzid, initialRule); in parse()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DDangiCalendar.java77 RuleBasedTimeZone tz = new RuleBasedTimeZone("KOREA_ZONE", initialTimeZone);
DRuleBasedTimeZone.java26 public class RuleBasedTimeZone extends BasicTimeZone { class
44 public RuleBasedTimeZone(String id, InitialTimeZoneRule initialRule) { in RuleBasedTimeZone() method in RuleBasedTimeZone
232 if (!(other instanceof RuleBasedTimeZone)) { in hasSameRules()
236 RuleBasedTimeZone otherRBTZ = (RuleBasedTimeZone)other; in hasSameRules()
758 RuleBasedTimeZone tz = (RuleBasedTimeZone)super.cloneAsThawed(); in cloneAsThawed()
DVTimeZone.java263 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID(), (InitialTimeZoneRule)rules[0]); in write()
295 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID(), (InitialTimeZoneRule)rules[0]); in writeSimple()
740 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tzid, initialRule); in parse()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRuleTest.java32 import android.icu.util.RuleBasedTimeZone;
72 RuleBasedTimeZone rbtz1 = new RuleBasedTimeZone("RBTZ1", ir); in TestSimpleRuleBasedTimeZone()
87 RuleBasedTimeZone rbtz2 = new RuleBasedTimeZone("RBTZ2", ir); in TestSimpleRuleBasedTimeZone()
98 RuleBasedTimeZone rbtz3 = new RuleBasedTimeZone("RBTZ3", ir); in TestSimpleRuleBasedTimeZone()
129 RuleBasedTimeZone rbtz1c = (RuleBasedTimeZone)rbtz1.clone(); in TestSimpleRuleBasedTimeZone()
223 RuleBasedTimeZone rbtz = new RuleBasedTimeZone("EST5EDT", ir); in TestHistoricalRuleBasedTimeZone()
294 RuleBasedTimeZone rbtzc = (RuleBasedTimeZone)rbtz.clone(); in TestHistoricalRuleBasedTimeZone()
370 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID() + "(RBTZ)", in TestRBTZTransition()
1824 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(id, initialRule); in TestT8943()
DTimeZoneTest.java38 import android.icu.util.RuleBasedTimeZone;
1933 new RuleBasedTimeZone("rbtz", new InitialTimeZoneRule("rbtz0", 0, 0)), in TestFreezable()
1950 … new RuleBasedTimeZone("frz_rbtz", new InitialTimeZoneRule("frz_rbtz0", 3600000, 0)).freeze(), in TestFreezable()
1994 …if (!(thawedZones[i] instanceof RuleBasedTimeZone)) { // RuleBasedTimeZone does not supprot set… in checkThawed()
2036 } else if (thawedZones[i] instanceof RuleBasedTimeZone) { in checkThawed()
2037 RuleBasedTimeZone rbtz = (RuleBasedTimeZone)thawedZones[i]; in checkThawed()
2099 …if (!(frozenZones[i] instanceof RuleBasedTimeZone)) { // RuleBasedTimeZone does not supprot set… in checkFrozen()
2140 } else if (frozenZones[i] instanceof RuleBasedTimeZone) { in checkFrozen()
2141 RuleBasedTimeZone rbtz = (RuleBasedTimeZone)frozenZones[i]; in checkFrozen()
2187 RuleBasedTimeZone rbtz = createRBTZ((BasicTimeZone)tz, current); in TestObservesDaylightTime()
[all …]
DTimeZoneOffsetLocalTest.java26 import android.icu.util.RuleBasedTimeZone;
132 RuleBasedTimeZone rbPT = new RuleBasedTimeZone("Rule based Pacific Time", ir); in TestGetOffsetAroundTransition()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java31 import com.ibm.icu.util.RuleBasedTimeZone;
69 RuleBasedTimeZone rbtz1 = new RuleBasedTimeZone("RBTZ1", ir); in TestSimpleRuleBasedTimeZone()
84 RuleBasedTimeZone rbtz2 = new RuleBasedTimeZone("RBTZ2", ir); in TestSimpleRuleBasedTimeZone()
95 RuleBasedTimeZone rbtz3 = new RuleBasedTimeZone("RBTZ3", ir); in TestSimpleRuleBasedTimeZone()
126 RuleBasedTimeZone rbtz1c = (RuleBasedTimeZone)rbtz1.clone(); in TestSimpleRuleBasedTimeZone()
220 RuleBasedTimeZone rbtz = new RuleBasedTimeZone("EST5EDT", ir); in TestHistoricalRuleBasedTimeZone()
291 RuleBasedTimeZone rbtzc = (RuleBasedTimeZone)rbtz.clone(); in TestHistoricalRuleBasedTimeZone()
367 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID() + "(RBTZ)", in TestRBTZTransition()
1821 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(id, initialRule); in TestT8943()
DTimeZoneTest.java37 import com.ibm.icu.util.RuleBasedTimeZone;
1930 new RuleBasedTimeZone("rbtz", new InitialTimeZoneRule("rbtz0", 0, 0)), in TestFreezable()
1947 … new RuleBasedTimeZone("frz_rbtz", new InitialTimeZoneRule("frz_rbtz0", 3600000, 0)).freeze(), in TestFreezable()
1991 …if (!(thawedZones[i] instanceof RuleBasedTimeZone)) { // RuleBasedTimeZone does not supprot set… in checkThawed()
2033 } else if (thawedZones[i] instanceof RuleBasedTimeZone) { in checkThawed()
2034 RuleBasedTimeZone rbtz = (RuleBasedTimeZone)thawedZones[i]; in checkThawed()
2096 …if (!(frozenZones[i] instanceof RuleBasedTimeZone)) { // RuleBasedTimeZone does not supprot set… in checkFrozen()
2137 } else if (frozenZones[i] instanceof RuleBasedTimeZone) { in checkFrozen()
2138 RuleBasedTimeZone rbtz = (RuleBasedTimeZone)frozenZones[i]; in checkFrozen()
2184 RuleBasedTimeZone rbtz = createRBTZ((BasicTimeZone)tz, current); in TestObservesDaylightTime()
[all …]
DTimeZoneOffsetLocalTest.java25 import com.ibm.icu.util.RuleBasedTimeZone;
129 RuleBasedTimeZone rbPT = new RuleBasedTimeZone("Rule based Pacific Time", ir); in TestGetOffsetAroundTransition()
/external/icu/icu4c/source/test/intltest/
Dtzrulets.cpp173 RuleBasedTimeZone *rbtz1 = new RuleBasedTimeZone("RBTZ1", ir->clone()); in TestSimpleRuleBasedTimeZone()
198 RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone()); in TestSimpleRuleBasedTimeZone()
219 RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone()); in TestSimpleRuleBasedTimeZone()
269 RuleBasedTimeZone *rbtz1c = (RuleBasedTimeZone*)rbtz1->clone(); in TestSimpleRuleBasedTimeZone()
378 RuleBasedTimeZone rbtz0("RBTZ1", ir->clone()); in TestSimpleRuleBasedTimeZone()
439 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone("EST5EDT", ir); in TestHistoricalRuleBasedTimeZone()
551 RuleBasedTimeZone *rbtzc = (RuleBasedTimeZone*)rbtz->clone(); in TestHistoricalRuleBasedTimeZone()
668 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone()); in TestRBTZTransition()
1168 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial); in TestGetSimpleRules()
2631 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(id, initialRule); in TestT8943()
Dtzoffloc.cpp148 RuleBasedTimeZone *rbPT = new RuleBasedTimeZone("Rule based Pacific Time", ir); in TestGetOffsetAroundTransition()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DSerializableTestUtility.java53 import android.icu.util.RuleBasedTimeZone;
266 RuleBasedTimeZone ruleBasedTimeZones[] = new RuleBasedTimeZone[2]; in getTestObjects()
271 ruleBasedTimeZones[0] = new RuleBasedTimeZone("GMT-5", ir); in getTestObjects()
275 ruleBasedTimeZones[1] = new RuleBasedTimeZone("US_East", ir); in getTestObjects()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTestUtility.java52 import com.ibm.icu.util.RuleBasedTimeZone;
263 RuleBasedTimeZone ruleBasedTimeZones[] = new RuleBasedTimeZone[2]; in getTestObjects()
268 ruleBasedTimeZones[0] = new RuleBasedTimeZone("GMT-5", ir); in getTestObjects()
272 ruleBasedTimeZones[1] = new RuleBasedTimeZone("US_East", ir); in getTestObjects()
/external/icu/icu4j/tools/build/
Dicu4j55.api3.gz
Dicu4j56.api3.gz12;ICU4J 56.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j57.api3.gz

12