Lines Matching refs:MatchInfoCollection
119 MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
281 TimeZoneNames::MatchInfoCollection*
361 // MatchInfoCollection class
363 TimeZoneNames::MatchInfoCollection::MatchInfoCollection()
367 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() {
374 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
391 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
408 TimeZoneNames::MatchInfoCollection::size() const {
416 TimeZoneNames::MatchInfoCollection::getNameTypeAt(int32_t idx) const {
425 TimeZoneNames::MatchInfoCollection::getMatchLengthAt(int32_t idx) const {
434 TimeZoneNames::MatchInfoCollection::getTimeZoneIDAt(int32_t idx, UnicodeString& tzID) const {
445 TimeZoneNames::MatchInfoCollection::getMetaZoneIDAt(int32_t idx, UnicodeString& mzID) const {
456 TimeZoneNames::MatchInfoCollection::matches(UErrorCode& status) {