Searched refs:MatchInfoCollection (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tznames.cpp | 119 …MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& st… 281 TimeZoneNames::MatchInfoCollection* 363 TimeZoneNames::MatchInfoCollection::MatchInfoCollection() in MatchInfoCollection() function in TimeZoneNames::MatchInfoCollection 367 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() { in ~MatchInfoCollection() 374 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone() 391 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone() 408 TimeZoneNames::MatchInfoCollection::size() const { in size() 416 TimeZoneNames::MatchInfoCollection::getNameTypeAt(int32_t idx) const { in getNameTypeAt() 425 TimeZoneNames::MatchInfoCollection::getMatchLengthAt(int32_t idx) const { in getMatchLengthAt() 434 TimeZoneNames::MatchInfoCollection::getTimeZoneIDAt(int32_t idx, UnicodeString& tzID) const { in getTimeZoneIDAt() [all …]
|
D | tznames_impl.cpp | 804 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen); 809 TimeZoneNames::MatchInfoCollection* fResults; 837 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch() 860 TimeZoneNames::MatchInfoCollection* 863 TimeZoneNames::MatchInfoCollection* results = fResults; in getMatches() 1339 TimeZoneNames::MatchInfoCollection* 1356 TimeZoneNames::MatchInfoCollection* matches = handler.getMatches(maxLen); in find() 1617 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen); 1622 TimeZoneNames::MatchInfoCollection* fResults; 1713 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch() [all …]
|
D | tznames_impl.h | 185 …TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,… 234 …TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,…
|
D | tzgnames.cpp | 320 …TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, ui… 923 …TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status); in findBestMatch() 1118 TimeZoneNames::MatchInfoCollection*
|
D | tzfmt.cpp | 944 …LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startI… in parse() 976 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() 1194 …LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startI… in parse() 1220 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() 2681 TimeZoneFormat::getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico… in getTimeZoneID() 2846 …LocalPointer<TimeZoneNames::MatchInfoCollection> exemplarMatches(fTimeZoneNames->find(text, startI… in parseExemplarLocation()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tznames.h | 296 class U_I18N_API MatchInfoCollection : public UMemory { 302 MatchInfoCollection(); 307 virtual ~MatchInfoCollection(); 396 …virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UError…
|
D | tzfmt.h | 1061 …UnicodeString& getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico…
|