HomeSort by relevance Sort by last modified time
    Searched full:theoutputbuffer (Results 1 - 1 of 1) sorted by null

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 263 char[] theOutputBuffer = new char[200]; // Output buffer
377 h.adup(theOutputBuffer, 0, theSize);
381 h.adup(theOutputBuffer, 0, theSize);
386 h.adup(theOutputBuffer, 0, theSize);
388 h.stagc(theOutputBuffer, 0, theSize);
391 h.aname(theOutputBuffer, 0, theSize);
395 h.aname(theOutputBuffer, 0, theSize);
397 h.adup(theOutputBuffer, 0, theSize);
400 h.aname(theOutputBuffer, 0, theSize);
402 h.adup(theOutputBuffer, 0, theSize)
    [all...]

Completed in 51 milliseconds