Home
last modified time | relevance | path

Searched refs:getMatchLengthAt (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dtznames.h370 int32_t getMatchLengthAt(int32_t idx) const;
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp955 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()
988 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()
1205 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) { in parse()
1207 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()
1232 if (startIdx + tzdbNameMatches->getMatchLengthAt(i) > matchPos) { in parse()
1234 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()
2856 if (startIdx + exemplarMatches->getMatchLengthAt(i) > parsedPos) { in parseExemplarLocation()
2858 parsedPos = startIdx + exemplarMatches->getMatchLengthAt(i); in parseExemplarLocation()
Dtznames.cpp463 TimeZoneNames::MatchInfoCollection::getMatchLengthAt(int32_t idx) const { in getMatchLengthAt() function in TimeZoneNames::MatchInfoCollection
Dtzgnames.cpp907 int32_t len = tznamesMatches->getMatchLengthAt(i); in findBestMatch()