HomeSort by relevance Sort by last modified time
    Searched defs:TimeZoneTransition (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/unicode/
tztrans.h 27 * <code>TimeZoneTransition</code> is a class representing a time zone transition.
31 class U_I18N_API TimeZoneTransition : public 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/icu4c/i18n/
tztrans.cpp 19 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneTransition)
21 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to)
25 TimeZoneTransition::TimeZoneTransition()
29 TimeZoneTransition::TimeZoneTransition(const TimeZoneTransition& source)
40 TimeZoneTransition::~TimeZoneTransition() {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 21 milliseconds