Home | History | Annotate | Download | only in page

Lines Matching refs:bestLength

543     int bestLength = -1;
549 if (length >= bestLength) {
551 bestLength = length;
558 return mutableStringToMatch.substring(bestPos, bestLength);