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