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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java264 int theSize; // Current buffer size field in class:HTMLScanner
377 h.adup(theOutputBuffer, 0, theSize);
378 theSize = 0;
381 h.adup(theOutputBuffer, 0, theSize);
382 theSize = 0;
386 h.adup(theOutputBuffer, 0, theSize);
387 theSize = 0;
388 h.stagc(theOutputBuffer, 0, theSize);
391 h.aname(theOutputBuffer, 0, theSize);
392 theSize
[all...]

Completed in 226 milliseconds