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.java3272 int effectiveMin = (context.isStrict() || isFixedWidth(context) ? minWidth : 0); in parse() local
3277 return (effectiveMin > 0 ? ~position : position); in parse()
3282 return (effectiveMin > 0 ? ~position : position); in parse()
3286 int minEndPos = position + effectiveMin; in parse()