Searched refs:RuleBasedTimeZone (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Drbtz.cpp52 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RuleBasedTimeZone)
54 RuleBasedTimeZone::RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule) function in class:RuleBasedTimeZone
59 RuleBasedTimeZone::RuleBasedTimeZone(const RuleBasedTimeZone& source) function in class:RuleBasedTimeZone
70 RuleBasedTimeZone::~RuleBasedTimeZone() {
75 RuleBasedTimeZone&
76 RuleBasedTimeZone
[all...]
H A Ddangical.cpp114 RuleBasedTimeZone* dangiCalZoneAstroCalc = new RuleBasedTimeZone(UNICODE_STRING_SIMPLE("KOREA_ZONE"), initialTimeZone); // adopts initialTimeZone
H A Dvtzone.cpp1355 RuleBasedTimeZone *rbtz = NULL;
1594 // Finally, create the RuleBasedTimeZone
1595 rbtz = new RuleBasedTimeZone(tzid, initialRule);
1787 // Create a RuleBasedTimeZone with the subset rule
1789 RuleBasedTimeZone rbtz(tzid, initial);
1850 // Create a RuleBasedTimeZone with the subset rule
1852 RuleBasedTimeZone rbtz(tzid, initial);
H A Dtzgnames.cpp654 || dynamic_cast<RuleBasedTimeZone *>(tmptz) != NULL
H A Dcalendar.cpp3686 || dynamic_cast<const RuleBasedTimeZone *>(fZone) != NULL
H A Dsmpdtfmt.cpp1928 || dynamic_cast<const RuleBasedTimeZone *>(&tz) != NULL
/external/icu/icu4c/source/i18n/
H A Drbtz.cpp52 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RuleBasedTimeZone)
54 RuleBasedTimeZone::RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule) function in class:RuleBasedTimeZone
59 RuleBasedTimeZone::RuleBasedTimeZone(const RuleBasedTimeZone& source) function in class:RuleBasedTimeZone
70 RuleBasedTimeZone::~RuleBasedTimeZone() {
75 RuleBasedTimeZone&
76 RuleBasedTimeZone
[all...]
H A Ddangical.cpp114 RuleBasedTimeZone* dangiCalZoneAstroCalc = new RuleBasedTimeZone(UNICODE_STRING_SIMPLE("KOREA_ZONE"), initialTimeZone); // adopts initialTimeZone
H A Dvtzone.cpp1355 RuleBasedTimeZone *rbtz = NULL;
1594 // Finally, create the RuleBasedTimeZone
1595 rbtz = new RuleBasedTimeZone(tzid, initialRule);
1787 // Create a RuleBasedTimeZone with the subset rule
1789 RuleBasedTimeZone rbtz(tzid, initial);
1850 // Create a RuleBasedTimeZone with the subset rule
1852 RuleBasedTimeZone rbtz(tzid, initial);
H A Dtzgnames.cpp654 || dynamic_cast<RuleBasedTimeZone *>(tmptz) != NULL
H A Dcalendar.cpp3847 || dynamic_cast<const RuleBasedTimeZone *>(fZone) != NULL
H A Dsmpdtfmt.cpp1953 || dynamic_cast<const RuleBasedTimeZone *>(&tz) != NULL
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Drbtz.h34 class U_I18N_API RuleBasedTimeZone : public BasicTimeZone { class in inherits:BasicTimeZone
37 * Constructs a <code>RuleBasedTimeZone</code> object with the ID and the
39 * is adopted by this <code>RuleBasedTimeZone</code>, thus the caller must not
45 RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule);
49 * @param source The RuleBasedTimeZone object to be copied.
52 RuleBasedTimeZone(const RuleBasedTimeZone& source);
58 virtual ~RuleBasedTimeZone();
65 RuleBasedTimeZone& operator=(const RuleBasedTimeZone
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Drbtz.h34 class U_I18N_API RuleBasedTimeZone : public BasicTimeZone { class in inherits:BasicTimeZone
37 * Constructs a <code>RuleBasedTimeZone</code> object with the ID and the
39 * is adopted by this <code>RuleBasedTimeZone</code>, thus the caller must not
45 RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule);
49 * @param source The RuleBasedTimeZone object to be copied.
52 RuleBasedTimeZone(const RuleBasedTimeZone& source);
58 virtual ~RuleBasedTimeZone();
65 RuleBasedTimeZone& operator=(const RuleBasedTimeZone
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzoffloc.cpp129 // Set up TimeZone objects - OlsonTimeZone, SimpleTimeZone and RuleBasedTimeZone
146 RuleBasedTimeZone *rbPT = new RuleBasedTimeZone("Rule based Pacific Time", ir);
159 errln("Could not add DST start rule to the RuleBasedTimeZone rbPT");
170 errln("Could not add STD start rule to the RuleBasedTimeZone rbPT");
176 errln("complete() failed for RuleBasedTimeZone rbPT");
H A Dtzrulets.cpp172 RuleBasedTimeZone *rbtz1 = new RuleBasedTimeZone("RBTZ1", ir->clone());
197 RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone());
218 RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone());
268 RuleBasedTimeZone *rbtz1c = (RuleBasedTimeZone*)rbtz1->clone();
270 errln("FAIL: Cloned RuleBasedTimeZone must have the same rules with the original.");
377 RuleBasedTimeZone rbtz
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzoffloc.cpp129 // Set up TimeZone objects - OlsonTimeZone, SimpleTimeZone and RuleBasedTimeZone
146 RuleBasedTimeZone *rbPT = new RuleBasedTimeZone("Rule based Pacific Time", ir);
159 errln("Could not add DST start rule to the RuleBasedTimeZone rbPT");
170 errln("Could not add STD start rule to the RuleBasedTimeZone rbPT");
176 errln("complete() failed for RuleBasedTimeZone rbPT");
H A Dtzrulets.cpp170 RuleBasedTimeZone *rbtz1 = new RuleBasedTimeZone("RBTZ1", ir->clone());
195 RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone());
216 RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone());
266 RuleBasedTimeZone *rbtz1c = (RuleBasedTimeZone*)rbtz1->clone();
268 errln("FAIL: Cloned RuleBasedTimeZone must have the same rules with the original.");
375 RuleBasedTimeZone rbtz
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 457 milliseconds