Searched refs:effectiveMax (Results 1 – 1 of 1) sorted by relevance
2975 int effectiveMax = (context.isStrict() ? maxWidth : 9); in parse() local2992 int maxEndPos = Math.min(position + effectiveMax, length); in parse()