Searched refs:effMinWidth (Results 1 – 1 of 1) sorted by relevance
2639 int effMinWidth = (context.isStrict() || isFixedWidth(context) ? minWidth : 1); in parse() local2640 int minEndPos = position + effMinWidth; in parse()2672 effMaxWidth = Math.max(effMinWidth, parseLen - subsequentWidth); in parse()