Searched defs:MatchInfoCollection (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dtznames.h306 * <code>MatchInfoCollection</code> represents a collection of time zone name matches used by
310 class U_I18N_API MatchInfoCollection : public UMemory { class in class:TimeZoneNames
316 MatchInfoCollection();
321 virtual ~MatchInfoCollection();
407 * @see MatchInfoCollection
410 virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const = 0;
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp124 MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
296 TimeZoneNames::MatchInfoCollection*
399 // MatchInfoCollection class
401 TimeZoneNames::MatchInfoCollection::MatchInfoCollection() function in class:TimeZoneNames::MatchInfoCollection
405 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() {
412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
429 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
446 TimeZoneNames::MatchInfoCollection
[all...]

Completed in 81 milliseconds