Searched refs:bestMatchLen (Results 1 – 1 of 1) sorted by relevance
905 int32_t bestMatchLen = 0; in findBestMatch() local915 if (len > bestMatchLen) { in findBestMatch()916 bestMatchLen = len; in findBestMatch()948 if (bestMatchLen == (text.length() - start)) { in findBestMatch()975 return bestMatchLen; in findBestMatch()994 if (len >= bestMatchLen) { in findBestMatch()995 bestMatchLen = localMatches->getMatchLength(i); in findBestMatch()1003 if (bestMatchLen > 0) { in findBestMatch()1007 return bestMatchLen; in findBestMatch()