Home
last modified time | relevance | path

Searched refs:bestLength (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/text/
DSimpleDateFormat.java1144 int bestLength = -1; in parseText() local
1152 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()