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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dtznames.h283 * <code>MatchInfoCollection</code> represents a collection of time zone name matches used by
287 class U_I18N_API MatchInfoCollection : public UMemory { class in class:TimeZoneNames
293 MatchInfoCollection();
298 virtual ~MatchInfoCollection();
384 * @see MatchInfoCollection
387 virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const = 0;
H A Dtzfmt.h1048 * the MatchInfoCollection.
1054 UnicodeString& getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, UnicodeString& tzID) const;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtznames.cpp118 MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
291 TimeZoneNames::MatchInfoCollection*
351 // MatchInfoCollection class
353 TimeZoneNames::MatchInfoCollection::MatchInfoCollection() function in class:TimeZoneNames::MatchInfoCollection
357 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() {
364 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
381 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
398 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.cpp769 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen);
774 TimeZoneNames::MatchInfoCollection* fResults;
802 fResults = new TimeZoneNames::MatchInfoCollection();
825 TimeZoneNames::MatchInfoCollection*
828 TimeZoneNames::MatchInfoCollection* results = fResults;
1277 TimeZoneNames::MatchInfoCollection*
1294 TimeZoneNames::MatchInfoCollection* matches = handler.getMatches(maxLen);
H A Dtzgnames.cpp321 TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
926 TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status);
1121 TimeZoneNames::MatchInfoCollection*
H A Dtzfmt.cpp922 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, nameTypes, status));
1136 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, ALL_SIMPLE_NAME_TYPES, status));
2579 TimeZoneFormat::getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, UnicodeString& tzID) const {
2758 LocalPointer<TimeZoneNames::MatchInfoCollection> exemplarMatches(fTimeZoneNames->find(text, startIdx, UTZNM_EXEMPLAR_LOCATION, status));

Completed in 129 milliseconds