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

  /external/chromium/third_party/icu/public/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/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/chromium/third_party/icu/source/i18n/
tztrans.cpp 17 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneTransition)
19 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to)
23 TimeZoneTransition::TimeZoneTransition()
27 TimeZoneTransition::TimeZoneTransition(const TimeZoneTransition& source)
38 TimeZoneTransition::~TimeZoneTransition() {
    [all...]
  /external/icu4c/i18n/
tztrans.cpp 17 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneTransition)
19 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to)
23 TimeZoneTransition::TimeZoneTransition()
27 TimeZoneTransition::TimeZoneTransition(const TimeZoneTransition& source)
38 TimeZoneTransition::~TimeZoneTransition() {
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 230 milliseconds