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

  /external/icu4c/i18n/unicode/
tznames.h 12 * \brief C++ API: TimeZoneNames
81 * <code>TimeZoneNames</code> is an abstract class representing the time zone display name data model defined
122 * The default <code>TimeZoneNames</code> implementation returned by {@link #createInstance}
126 * what locale is used for getting an instance of <code>TimeZoneNames</code>.
130 class U_I18N_API TimeZoneNames : public UObject {
136 virtual ~TimeZoneNames();
139 * Return true if the given TimeZoneNames objects are emantically equal.
144 virtual UBool operator==(const TimeZoneNames& other) const = 0;
147 * Return true if the given TimeZoneNames objects are not semantically
153 UBool operator!=(const TimeZoneNames& other) const { return !operator==(other);
    [all...]
  /external/icu4c/i18n/
tznames.cpp 28 // TimeZoneNames object cache handling
47 TimeZoneNames* names;
99 class TimeZoneNamesDelegate : public TimeZoneNames {
104 virtual UBool operator==(const TimeZoneNames& other) const;
105 virtual UBool operator!=(const TimeZoneNames& other) const {return !operator==(other);};
106 virtual TimeZoneNames* clone() const;
159 TimeZoneNames *tznames = NULL;
228 TimeZoneNamesDelegate::operator==(const TimeZoneNames& other) const {
241 TimeZoneNames*
291 TimeZoneNames::MatchInfoCollection
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 31 public final class TimeZoneNames {
113 private TimeZoneNames() {}
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 192 milliseconds