Searched refs:getMatchLengthAt (Results 1 – 4 of 4) sorted by relevance
358 int32_t getMatchLengthAt(int32_t idx) const;
953 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()986 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()1203 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) { in parse()1205 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()1230 if (startIdx + tzdbNameMatches->getMatchLengthAt(i) > matchPos) { in parse()1232 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()2854 if (startIdx + exemplarMatches->getMatchLengthAt(i) > parsedPos) { in parseExemplarLocation()2856 parsedPos = startIdx + exemplarMatches->getMatchLengthAt(i); in parseExemplarLocation()
425 TimeZoneNames::MatchInfoCollection::getMatchLengthAt(int32_t idx) const { in getMatchLengthAt() function in TimeZoneNames::MatchInfoCollection
937 int32_t len = tznamesMatches->getMatchLengthAt(i); in findBestMatch()