Searched refs:nextChars (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/archive/mhtml/
H A DMHTMLParser.cpp161 Vector<char> nextChars; local
162 if (m_lineReader.peek(nextChars, 2) != 2) {
167 ASSERT(nextChars.size() == 2);
168 endOfArchiveReached = (nextChars[0] == '-' && nextChars[1] == '-');
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c2250 char buffer[1], firstChar, *nextChars; local
2251 nextChars = ObjStr(name);
2252 firstChar = *(nextChars ++);
2257 Tcl_AppendToObj(result, nextChars, -1);

Completed in 103 milliseconds