Searched refs:effectiveMin (Results 1 – 1 of 1) sorted by relevance
3272 int effectiveMin = (context.isStrict() || isFixedWidth(context) ? minWidth : 0); in parse() local3277 return (effectiveMin > 0 ? ~position : position); in parse()3282 return (effectiveMin > 0 ? ~position : position); in parse()3286 int minEndPos = position + effectiveMin; in parse()