Searched refs:peekAhead (Results 1 – 1 of 1) sorted by relevance
226 final char peekAhead = characterPos < length - 1 in splitQuotedString() local229 if (peekAhead == QUOTE_CHAR) { in splitQuotedString()235 Assert.isTrue((peekAhead == DIVIDER) || (peekAhead == (char) 0)); in splitQuotedString()