Searched defs:theSize (Results 1 - 2 of 2) sorted by relevance

/external/tagsoup/templates/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java43 int theSize; // Current buffer size field in class:HTMLScanner
215 h.adup(theOutputBuffer, 0, theSize);
216 theSize = 0;
219 h.adup(theOutputBuffer, 0, theSize);
220 theSize = 0;
224 h.adup(theOutputBuffer, 0, theSize);
225 theSize = 0;
226 h.stagc(theOutputBuffer, 0, theSize);
229 h.aname(theOutputBuffer, 0, theSize);
230 theSize
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java264 int theSize; // Current buffer size field in class:HTMLScanner
436 h.adup(theOutputBuffer, 0, theSize);
437 theSize = 0;
440 h.adup(theOutputBuffer, 0, theSize);
441 theSize = 0;
445 h.adup(theOutputBuffer, 0, theSize);
446 theSize = 0;
447 h.stagc(theOutputBuffer, 0, theSize);
450 h.aname(theOutputBuffer, 0, theSize);
451 theSize
[all...]

Completed in 788 milliseconds