Searched refs:startChar (Results 1 – 2 of 2) sorted by relevance
179 char startChar = currentLine.charAt(startIndex); in nextWord() local181 if (isDelimiter(startChar)) in nextWord()186 else if (isQuote(startChar)) in nextWord()204 while (currentLine.charAt(currentIndex) != startChar); in nextWord()
23 UChar32 startChar; member