Searched refs:TimeZoneNames (Results 1 - 18 of 18) sorted by relevance

/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...]
H A Dtznames_impl.h14 * \brief C++ API: TimeZoneNames object
165 class TimeZoneNamesImpl : public TimeZoneNames {
171 virtual UBool operator==(const TimeZoneNames& other) const;
172 virtual TimeZoneNames* clone() const;
185 TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
H A Dtznames_impl.cpp774 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen);
779 TimeZoneNames::MatchInfoCollection* fResults;
807 fResults = new TimeZoneNames::MatchInfoCollection();
830 TimeZoneNames::MatchInfoCollection*
833 TimeZoneNames::MatchInfoCollection* results = fResults;
845 // TimeZoneNames implementation class. This is the main
973 TimeZoneNamesImpl::operator==(const TimeZoneNames& other) const {
981 TimeZoneNames*
1282 TimeZoneNames::MatchInfoCollection*
1299 TimeZoneNames
[all...]
H A Dtzgnames.cpp286 const TimeZoneNames* fTimeZoneNames;
320 TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
327 // TimeZoneGenericNames is parallel to TimeZoneNames,
355 // TimeZoneNames
356 fTimeZoneNames = TimeZoneNames::createInstance(locale, status);
918 // Find matches in the TimeZoneNames first
919 TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status);
1114 TimeZoneNames::MatchInfoCollection*
1116 // Check if the target name typs is really in the TimeZoneNames
1126 // Find matches in the TimeZoneNames
[all...]
H A Dtzfmt.cpp335 fTimeZoneNames = TimeZoneNames::createInstance(locale, status);
508 const TimeZoneNames*
510 return (const TimeZoneNames*)fTimeZoneNames;
514 TimeZoneFormat::adoptTimeZoneNames(TimeZoneNames *tznames) {
522 TimeZoneFormat::setTimeZoneNames(const TimeZoneNames &tznames) {
934 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, nameTypes, status));
1148 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, ALL_SIMPLE_NAME_TYPES, status));
2585 TimeZoneFormat::getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, UnicodeString& tzID) const {
2749 LocalPointer<TimeZoneNames::MatchInfoCollection> exemplarMatches(fTimeZoneNames->find(text, startIdx, UTZNM_EXEMPLAR_LOCATION, status));
H A Dtimezone.cpp1243 LocalPointer<TimeZoneNames> tznames(TimeZoneNames::createInstance(locale, status));
H A Ddtfmtsym.cpp1099 TimeZoneNames *tzNames = NULL;
1119 tzNames = TimeZoneNames::createInstance(fZSFLocale, status);
/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...]
H A Dtznames_impl.h14 * \brief C++ API: TimeZoneNames object
165 class TimeZoneNamesImpl : public TimeZoneNames {
171 virtual UBool operator==(const TimeZoneNames& other) const;
172 virtual TimeZoneNames* clone() const;
185 TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
H A Dtznames_impl.cpp774 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen);
779 TimeZoneNames::MatchInfoCollection* fResults;
807 fResults = new TimeZoneNames::MatchInfoCollection();
830 TimeZoneNames::MatchInfoCollection*
833 TimeZoneNames::MatchInfoCollection* results = fResults;
845 // TimeZoneNames implementation class. This is the main
973 TimeZoneNamesImpl::operator==(const TimeZoneNames& other) const {
981 TimeZoneNames*
1282 TimeZoneNames::MatchInfoCollection*
1299 TimeZoneNames
[all...]
H A Dtzgnames.cpp286 const TimeZoneNames* fTimeZoneNames;
320 TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
327 // TimeZoneGenericNames is parallel to TimeZoneNames,
355 // TimeZoneNames
356 fTimeZoneNames = TimeZoneNames::createInstance(locale, status);
918 // Find matches in the TimeZoneNames first
919 TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status);
1114 TimeZoneNames::MatchInfoCollection*
1116 // Check if the target name typs is really in the TimeZoneNames
1126 // Find matches in the TimeZoneNames
[all...]
H A Dtzfmt.cpp335 fTimeZoneNames = TimeZoneNames::createInstance(locale, status);
508 const TimeZoneNames*
510 return (const TimeZoneNames*)fTimeZoneNames;
514 TimeZoneFormat::adoptTimeZoneNames(TimeZoneNames *tznames) {
522 TimeZoneFormat::setTimeZoneNames(const TimeZoneNames &tznames) {
934 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, nameTypes, status));
1148 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, ALL_SIMPLE_NAME_TYPES, status));
2585 TimeZoneFormat::getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, UnicodeString& tzID) const {
2749 LocalPointer<TimeZoneNames::MatchInfoCollection> exemplarMatches(fTimeZoneNames->find(text, startIdx, UTZNM_EXEMPLAR_LOCATION, status));
H A Dtimezone.cpp1243 LocalPointer<TimeZoneNames> tznames(TimeZoneNames::createInstance(locale, status));
H A Ddtfmtsym.cpp1099 TimeZoneNames *tzNames = NULL;
1119 tzNames = TimeZoneNames::createInstance(fZSFLocale, status);
/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...]
H A Dtzfmt.h256 * Unicode Locale Data Markup Language (LDML)</a>. {@link TimeZoneNames} represents the
261 * @see TimeZoneNames
317 const TimeZoneNames* getTimeZoneNames() const;
323 * @param tznames TimeZoneNames object to be adopted.
326 void adoptTimeZoneNames(TimeZoneNames *tznames);
330 * @param tznames TimeZoneNames object to be set.
333 void setTimeZoneNames(const TimeZoneNames &tznames);
679 /* TimeZoneNames object used by this formatter */
680 TimeZoneNames* fTimeZoneNames;
1051 UnicodeString& getTimeZoneID(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...]
H A Dtzfmt.h253 * Unicode Locale Data Markup Language (LDML)</a>. {@link TimeZoneNames} represents the
258 * @see TimeZoneNames
314 const TimeZoneNames* getTimeZoneNames() const;
320 * @param tznames TimeZoneNames object to be adopted.
323 void adoptTimeZoneNames(TimeZoneNames *tznames);
327 * @param tznames TimeZoneNames object to be set.
330 void setTimeZoneNames(const TimeZoneNames &tznames);
670 /* TimeZoneNames object used by this formatter */
671 TimeZoneNames* fTimeZoneNames;
1042 UnicodeString& getTimeZoneID(const TimeZoneNames
[all...]

Completed in 250 milliseconds