Home | History | Annotate | Download | only in page

Lines Matching refs:bestPos

479     int bestPos = -1;
487 bestPos = pos;
494 if (bestPos != -1)
495 return mutableStringToMatch.substring(bestPos, bestLength);