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