Searched refs:nextChars (Results 1 – 1 of 1) sorted by relevance
311 Vector<char> nextChars; in parseNextPart() local312 if (m_lineReader.peek(nextChars, 2) != 2) { in parseNextPart()317 ASSERT(nextChars.size() == 2); in parseNextPart()318 endOfArchiveReached = (nextChars[0] == '-' && nextChars[1] == '-'); in parseNextPart()