Searched refs:startChar (Results 1 – 3 of 3) 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()
266 int startChar; field in TextSampleEntry.StyleRecord274 startChar = IsoTypeReader.readUInt16(in); in parse()288 IsoTypeWriter.writeUInt16(bb, startChar); in getContent()
23 UChar32 startChar; member