Searched refs:MatchInfoCollection (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tznames.cpp | 124 …MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& st… 296 TimeZoneNames::MatchInfoCollection* 401 TimeZoneNames::MatchInfoCollection::MatchInfoCollection() in MatchInfoCollection() function in TimeZoneNames::MatchInfoCollection 405 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() { in ~MatchInfoCollection() 412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone() 429 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone() 446 TimeZoneNames::MatchInfoCollection::size() const { in size() 454 TimeZoneNames::MatchInfoCollection::getNameTypeAt(int32_t idx) const { in getNameTypeAt() 463 TimeZoneNames::MatchInfoCollection::getMatchLengthAt(int32_t idx) const { in getMatchLengthAt() 472 TimeZoneNames::MatchInfoCollection::getTimeZoneIDAt(int32_t idx, UnicodeString& tzID) const { in getTimeZoneIDAt() [all …]
|
D | tznames_impl.h | 190 …TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,… 222 TimeZoneNames::MatchInfoCollection* doFind(ZNameSearchHandler& handler, 250 …TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,…
|
D | tznames_impl.cpp | 920 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen); 925 TimeZoneNames::MatchInfoCollection* fResults; 953 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch() 976 TimeZoneNames::MatchInfoCollection* 979 TimeZoneNames::MatchInfoCollection* results = fResults; in getMatches() 1348 TimeZoneNames::MatchInfoCollection* 1351 TimeZoneNames::MatchInfoCollection* matches; in find() 1391 TimeZoneNames::MatchInfoCollection* 1399 TimeZoneNames::MatchInfoCollection* matches = handler.getMatches(maxLen); in doFind() 1891 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen); [all …]
|
D | tzgnames.cpp | 323 …TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, ui… 894 …TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status); in findBestMatch() 1089 TimeZoneNames::MatchInfoCollection*
|
D | tzfmt.cpp | 950 …LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startI… in parse() 982 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() 1200 …LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startI… in parse() 1226 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse() 2710 TimeZoneFormat::getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico… in getTimeZoneID() 2875 …LocalPointer<TimeZoneNames::MatchInfoCollection> exemplarMatches(fTimeZoneNames->find(text, startI… in parseExemplarLocation()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tznames.h | 308 class U_I18N_API MatchInfoCollection : public UMemory { 314 MatchInfoCollection(); 319 virtual ~MatchInfoCollection(); 408 …virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UError…
|
D | tzfmt.h | 1063 …UnicodeString& getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico…
|