Home
last modified time | relevance | path

Searched refs:MatchInfoCollection (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtznames.cpp124MatchInfoCollection* 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 …]
Dtznames_impl.h190 …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,…
Dtznames_impl.cpp924 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen);
929 TimeZoneNames::MatchInfoCollection* fResults;
957 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch()
980 TimeZoneNames::MatchInfoCollection*
983 TimeZoneNames::MatchInfoCollection* results = fResults; in getMatches()
1352 TimeZoneNames::MatchInfoCollection*
1355 TimeZoneNames::MatchInfoCollection* matches; in find()
1395 TimeZoneNames::MatchInfoCollection*
1403 TimeZoneNames::MatchInfoCollection* matches = handler.getMatches(maxLen); in doFind()
1895 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen);
[all …]
Dtzgnames.cpp326 …TimeZoneNames::MatchInfoCollection* findTimeZoneNames(const UnicodeString& text, int32_t start, ui…
900 …TimeZoneNames::MatchInfoCollection *tznamesMatches = findTimeZoneNames(text, start, types, status); in findBestMatch()
1095 TimeZoneNames::MatchInfoCollection*
Dtzfmt.cpp955 …LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startI… in parse()
987 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse()
1205 …LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startI… in parse()
1231 LocalPointer<TimeZoneNames::MatchInfoCollection> tzdbNameMatches( in parse()
2715 TimeZoneFormat::getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico… in getTimeZoneID()
2880 …LocalPointer<TimeZoneNames::MatchInfoCollection> exemplarMatches(fTimeZoneNames->find(text, startI… in parseExemplarLocation()
/external/icu/libicu/cts_headers/unicode/
Dtznames.h310 class U_I18N_API MatchInfoCollection : public UMemory {
316 MatchInfoCollection();
321 virtual ~MatchInfoCollection();
410 …virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UError…
Dtzfmt.h1065 …UnicodeString& getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico…
/external/icu/icu4c/source/i18n/unicode/
Dtznames.h310 class U_I18N_API MatchInfoCollection : public UMemory {
316 MatchInfoCollection();
321 virtual ~MatchInfoCollection();
410 …virtual MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UError…
Dtzfmt.h1065 …UnicodeString& getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico…
/external/icu/libicu/cts_headers/
Dtznames_impl.h190 …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,…