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.java2974 int effectiveMin = (context.isStrict() ? minWidth : 0); in parse() local
2979 return (effectiveMin > 0 ? ~position : position); in parse()
2984 return (effectiveMin > 0 ? ~position : position); in parse()
2988 int minEndPos = position + effectiveMin; in parse()