Searched refs:isQuote (Results 1 – 2 of 2) sorted by relevance
186 else if (isQuote(startChar)) in nextWord()321 private boolean isQuote(char character) in isQuote() method in WordReader
221 if (!isWhiteSpace(charCode) && !isQuote(charCode))248 function isQuote(charCode) function