Searched refs:getMatchLengthAt (Results 1 – 4 of 4) sorted by relevance
368 int32_t getMatchLengthAt(int32_t idx) const;
959 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()992 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()1209 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) { in parse()1211 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()1236 if (startIdx + tzdbNameMatches->getMatchLengthAt(i) > matchPos) { in parse()1238 matchPos = startIdx + tzdbNameMatches->getMatchLengthAt(i); in parse()2883 if (startIdx + exemplarMatches->getMatchLengthAt(i) > parsedPos) { in parseExemplarLocation()2885 parsedPos = startIdx + exemplarMatches->getMatchLengthAt(i); in parseExemplarLocation()
463 TimeZoneNames::MatchInfoCollection::getMatchLengthAt(int32_t idx) const { in getMatchLengthAt() function in TimeZoneNames::MatchInfoCollection
908 int32_t len = tznamesMatches->getMatchLengthAt(i); in findBestMatch()