Searched defs:TimeZoneTransition (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtztrans.h27 * <code>TimeZoneTransition</code> is a class representing a time zone transition.
31 class U_I18N_API TimeZoneTransition : public UObject { class in inherits:UObject
34 * Constructs a <code>TimeZoneTransition</code> with the time and the rules before/after
42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
45 * Constructs an empty <code>TimeZoneTransition</code>
48 TimeZoneTransition();
52 * @param source The TimeZoneTransition object to be copied.
55 TimeZoneTransition(const TimeZoneTransition& source);
61 ~TimeZoneTransition();
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtztrans.h27 * <code>TimeZoneTransition</code> is a class representing a time zone transition.
31 class U_I18N_API TimeZoneTransition : public UObject { class in inherits:UObject
34 * Constructs a <code>TimeZoneTransition</code> with the time and the rules before/after
42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
45 * Constructs an empty <code>TimeZoneTransition</code>
48 TimeZoneTransition();
52 * @param source The TimeZoneTransition object to be copied.
55 TimeZoneTransition(const TimeZoneTransition& source);
61 ~TimeZoneTransition();
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtztrans.cpp19 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneTransition)
21 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to) function in class:TimeZoneTransition
25 TimeZoneTransition::TimeZoneTransition() function in class:TimeZoneTransition
29 TimeZoneTransition::TimeZoneTransition(const TimeZoneTransition& source) function in class:TimeZoneTransition
40 TimeZoneTransition::~TimeZoneTransition() {
[all...]
/external/icu/icu4c/source/i18n/
H A Dtztrans.cpp19 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneTransition)
21 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to) function in class:TimeZoneTransition
25 TimeZoneTransition::TimeZoneTransition() function in class:TimeZoneTransition
29 TimeZoneTransition::TimeZoneTransition(const TimeZoneTransition& source) function in class:TimeZoneTransition
40 TimeZoneTransition::~TimeZoneTransition() {
[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 2639 milliseconds