HomeSort by relevance Sort by last modified time
    Searched refs:theOutputBuffer (Results 1 - 2 of 2) sorted by null

  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 42 char[] theOutputBuffer = new char[200]; // Output buffer
215 h.adup(theOutputBuffer, 0, theSize);
219 h.adup(theOutputBuffer, 0, theSize);
224 h.adup(theOutputBuffer, 0, theSize);
226 h.stagc(theOutputBuffer, 0, theSize);
229 h.aname(theOutputBuffer, 0, theSize);
233 h.aname(theOutputBuffer, 0, theSize);
235 h.adup(theOutputBuffer, 0, theSize);
238 h.aname(theOutputBuffer, 0, theSize);
240 h.adup(theOutputBuffer, 0, theSize)
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 263 char[] theOutputBuffer = new char[200]; // Output buffer
436 h.adup(theOutputBuffer, 0, theSize);
440 h.adup(theOutputBuffer, 0, theSize);
445 h.adup(theOutputBuffer, 0, theSize);
447 h.stagc(theOutputBuffer, 0, theSize);
450 h.aname(theOutputBuffer, 0, theSize);
454 h.aname(theOutputBuffer, 0, theSize);
456 h.adup(theOutputBuffer, 0, theSize);
459 h.aname(theOutputBuffer, 0, theSize);
461 h.adup(theOutputBuffer, 0, theSize)
    [all...]

Completed in 54 milliseconds