Searched refs:bestPos (Results 1 – 2 of 2) sorted by relevance
223 int bestPos = -1;231 bestPos = pos;238 if (bestPos != -1)239 return mutableStringToMatch.substring(bestPos, bestLength);
479 int bestPos = -1; in matchLabelsAgainstString() local487 bestPos = pos; in matchLabelsAgainstString()494 if (bestPos != -1) in matchLabelsAgainstString()495 return mutableStringToMatch.substring(bestPos, bestLength); in matchLabelsAgainstString()