Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java2971 int effectiveMin = (context.isStrict() ? minWidth : 0); in parse() local
2976 return (effectiveMin > 0 ? ~position : position); in parse()
2981 return (effectiveMin > 0 ? ~position : position); in parse()
2985 int minEndPos = position + effectiveMin; in parse()