Searched refs:lastCharIndex (Results 1 – 1 of 1) sorted by relevance
406 int lastCharIndex = offset + candidate.length(); in parseAndVerify() local407 if (lastCharIndex < text.length()) { in parseAndVerify()408 char nextChar = text.charAt(lastCharIndex); in parseAndVerify()