Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DChoiceFormat.java438 int furthest = start; in parse() local
446 if (status.index > furthest) { in parse()
447 furthest = status.index; in parse()
449 if (furthest == text.length()) break; in parse()
453 status.index = furthest; in parse()
455 status.errorIndex = furthest; in parse()