Searched refs:bestLength (Results 1 – 1 of 1) sorted by relevance
1144 int bestLength = -1; in parseText() local1152 if (bestIndex == -1 || optionLength > bestLength) { in parseText()1154 bestLength = optionLength; in parseText()1160 if (bestIndex == -1 || optionLength - 1 > bestLength) { in parseText()1162 bestLength = optionLength - 1; in parseText()1169 return offset + bestLength; in parseText()