Searched refs:bestMatchLen (Results 1 – 1 of 1) sorted by relevance
928 int32_t bestMatchLen = 0; in findBestMatch() local938 if (len > bestMatchLen) { in findBestMatch()939 bestMatchLen = len; in findBestMatch()971 if (bestMatchLen == (text.length() - start)) { in findBestMatch()998 return bestMatchLen; in findBestMatch()1017 if (len >= bestMatchLen) { in findBestMatch()1018 bestMatchLen = localMatches->getMatchLength(i); in findBestMatch()1026 if (bestMatchLen > 0) { in findBestMatch()1030 return bestMatchLen; in findBestMatch()