Searched refs:MatchInfoCollection (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtznames.h282 * <code>MatchInfoCollection</code> represents a collection of time zone name matches used by
286 class U_I18N_API MatchInfoCollection : public UMemory { class in class:TimeZoneNames
292 MatchInfoCollection();
297 virtual ~MatchInfoCollection();
383 * @see MatchInfoCollection
386 virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const = 0;
H A Dtzfmt.h1045 * the MatchInfoCollection.
1051 UnicodeString& getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, UnicodeString& tzID) const;
/external/icu/icu4c/source/i18n/unicode/
H A Dtznames.h280 * <code>MatchInfoCollection</code> represents a collection of time zone name matches used by
284 class U_I18N_API MatchInfoCollection : public UMemory { class in class:TimeZoneNames
290 MatchInfoCollection();
295 virtual ~MatchInfoCollection();
381 * @see MatchInfoCollection
384 virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const = 0;
H A Dtzfmt.h1036 * the MatchInfoCollection.
1042 UnicodeString& getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, UnicodeString& tzID) const;
/external/chromium_org/third_party/icu/source/i18n/
H A Dtznames.cpp119 MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
281 TimeZoneNames::MatchInfoCollection*
341 // MatchInfoCollection class
343 TimeZoneNames::MatchInfoCollection::MatchInfoCollection() function in class:TimeZoneNames::MatchInfoCollection
347 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() {
354 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
371 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
388 TimeZoneNames::MatchInfoCollection
[all...]
H A Dtznames_impl.h185 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;
1282 TimeZoneNames::MatchInfoCollection*
1299 TimeZoneNames::MatchInfoCollection* matches = handler.getMatches(maxLen);
H A Dtzgnames.cpp320 TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
919 TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status);
1114 TimeZoneNames::MatchInfoCollection*
H A Dtzfmt.cpp934 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));
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp119 MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
281 TimeZoneNames::MatchInfoCollection*
341 // MatchInfoCollection class
343 TimeZoneNames::MatchInfoCollection::MatchInfoCollection() function in class:TimeZoneNames::MatchInfoCollection
347 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() {
354 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
371 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
388 TimeZoneNames::MatchInfoCollection
[all...]
H A Dtznames_impl.h185 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;
1282 TimeZoneNames::MatchInfoCollection*
1299 TimeZoneNames::MatchInfoCollection* matches = handler.getMatches(maxLen);
H A Dtzgnames.cpp320 TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
919 TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status);
1114 TimeZoneNames::MatchInfoCollection*
H A Dtzfmt.cpp934 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));

Completed in 2227 milliseconds