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