Searched refs:furthest (Results 1 – 1 of 1) sorted by relevance
438 int furthest = start; in parse() local446 if (status.index > furthest) { in parse()447 furthest = status.index; in parse()449 if (furthest == text.length()) break; in parse()453 status.index = furthest; in parse()455 status.errorIndex = furthest; in parse()