Searched refs:effMaxWidth (Results 1 – 1 of 1) sorted by relevance
2647 …int effMaxWidth = (context.isStrict() || isFixedWidth(context) ? maxWidth : 9) + Math.max(subseque… in parse() local2652 int maxEndPos = Math.min(pos + effMaxWidth, length); in parse()2675 effMaxWidth = Math.max(effMinWidth, parseLen - subsequentWidth); in parse()