Searched refs:maxEndPos (Results 1 – 1 of 1) sorted by relevance
2661 int maxEndPos = Math.min(pos + effMaxWidth, length); in parse() local2662 while (pos < maxEndPos) { in parse()3001 int maxEndPos = Math.min(position + effectiveMax, length); in parse() local3004 while (pos < maxEndPos) { in parse()