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

  /external/icu/icu4c/source/i18n/unicode/
tztrans.h 29 * <code>TimeZoneTransition</code> is a class representing a time zone transition.
33 class U_I18N_API TimeZoneTransition : public UObject {
36 * Constructs a <code>TimeZoneTransition</code> with the time and the rules before/after
44 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
47 * Constructs an empty <code>TimeZoneTransition</code>
50 TimeZoneTransition();
54 * @param source The TimeZoneTransition object to be copied.
57 TimeZoneTransition(const TimeZoneTransition& source);
63 ~TimeZoneTransition();
    [all...]
  /external/icu/icu4c/source/i18n/
tztrans.cpp 21 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneTransition)
23 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to)
27 TimeZoneTransition::TimeZoneTransition()
31 TimeZoneTransition::TimeZoneTransition(const TimeZoneTransition& source)
42 TimeZoneTransition::~TimeZoneTransition() {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZoneTransition.java 12 * <code>TimeZoneTransition</code> is a class representing a time zone transition.
18 public class TimeZoneTransition {
24 * Constructs a <code>TimeZoneTransition</code> with the time and the rules before/after
31 public TimeZoneTransition(long time, TimeZoneRule from, TimeZoneRule to) {
65 * Returns a <code>String</code> representation of this <code>TimeZoneTransition</code> object.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZoneTransition.java 11 * <code>TimeZoneTransition</code> is a class representing a time zone transition.
17 public class TimeZoneTransition {
23 * Constructs a <code>TimeZoneTransition</code> with the time and the rules before/after
32 public TimeZoneTransition(long time, TimeZoneRule from, TimeZoneRule to) {
72 * Returns a <code>String</code> representation of this <code>TimeZoneTransition</code> object.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 165 milliseconds