Searched defs:TimeZoneNames (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtznames.h12 * \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 { class in inherits: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
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtznames.h12 * \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 { class in inherits: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
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtznames.cpp29 // 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
[all...]
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp29 // 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
[all...]

Completed in 213 milliseconds