Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java2652 int maxEndPos = Math.min(pos + effMaxWidth, length); in parse() local
2653 while (pos < maxEndPos) { in parse()
2992 int maxEndPos = Math.min(position + effectiveMax, length); in parse() local
2995 while (pos < maxEndPos) { in parse()