Home | History | Annotate | Download | only in page

Lines Matching refs:bestPos

542     int bestPos = -1;
550 bestPos = pos;
557 if (bestPos != -1)
558 return mutableStringToMatch.substring(bestPos, bestLength);