Searched refs:bestMatchLen (Results 1 – 1 of 1) sorted by relevance
899 int32_t bestMatchLen = 0; in findBestMatch() local909 if (len > bestMatchLen) { in findBestMatch()910 bestMatchLen = len; in findBestMatch()942 if (bestMatchLen == (text.length() - start)) { in findBestMatch()969 return bestMatchLen; in findBestMatch()988 if (len >= bestMatchLen) { in findBestMatch()989 bestMatchLen = localMatches->getMatchLength(i); in findBestMatch()997 if (bestMatchLen > 0) { in findBestMatch()1001 return bestMatchLen; in findBestMatch()