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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
tznames.h 12 * \brief C++ API: TimeZoneNames
80 * <code>TimeZoneNames</code> is an abstract class representing the time zone display name data model defined
121 * The default <code>TimeZoneNames</code> implementation returned by {@link #createInstance}
125 * what locale is used for getting an instance of <code>TimeZoneNames</code>.
129 class U_I18N_API TimeZoneNames : public UObject {
135 virtual ~TimeZoneNames();
138 * Return true if the given TimeZoneNames objects are emantically equal.
143 virtual UBool operator==(const TimeZoneNames& other) const = 0;
146 * Return true if the given TimeZoneNames objects are not semantically
152 UBool operator!=(const TimeZoneNames& other) const { return !operator==(other);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tznames.h 12 * \brief C++ API: TimeZoneNames
78 * <code>TimeZoneNames</code> is an abstract class representing the time zone display name data model defined
119 * The default <code>TimeZoneNames</code> implementation returned by {@link #createInstance}
123 * what locale is used for getting an instance of <code>TimeZoneNames</code>.
127 class U_I18N_API TimeZoneNames : public UObject {
133 virtual ~TimeZoneNames();
136 * Return true if the given TimeZoneNames objects are emantically equal.
141 virtual UBool operator==(const TimeZoneNames& other) const = 0;
144 * Return true if the given TimeZoneNames objects are not semantically
150 UBool operator!=(const TimeZoneNames& other) const { return !operator==(other);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
tznames.cpp 29 // TimeZoneNames object cache handling
48 TimeZoneNames* names;
100 class TimeZoneNamesDelegate : public TimeZoneNames {
105 virtual UBool operator==(const TimeZoneNames& other) const;
106 virtual UBool operator!=(const TimeZoneNames& other) const {return !operator==(other);};
107 virtual TimeZoneNames* clone() const;
152 TimeZoneNames *tznames = NULL;
218 TimeZoneNamesDelegate::operator==(const TimeZoneNames& other) const {
231 TimeZoneNames*
281 TimeZoneNames::MatchInfoCollection
    [all...]
  /external/icu/icu4c/source/i18n/
tznames.cpp 29 // TimeZoneNames object cache handling
48 TimeZoneNames* names;
100 class TimeZoneNamesDelegate : public TimeZoneNames {
105 virtual UBool operator==(const TimeZoneNames& other) const;
106 virtual UBool operator!=(const TimeZoneNames& other) const {return !operator==(other);};
107 virtual TimeZoneNames* clone() const;
152 TimeZoneNames *tznames = NULL;
218 TimeZoneNamesDelegate::operator==(const TimeZoneNames& other) const {
231 TimeZoneNames*
281 TimeZoneNames::MatchInfoCollection
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 31 public final class TimeZoneNames {
108 private TimeZoneNames() {}
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 121 milliseconds