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

  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 457 char[] newOutputBuffer = new char[theOutputBuffer.length * 2];
458 System.arraycopy(theOutputBuffer, 0, newOutputBuffer, 0, theSize+1);
459 theOutputBuffer = newOutputBuffer;
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 678 char[] newOutputBuffer = new char[theOutputBuffer.length * 2];
679 System.arraycopy(theOutputBuffer, 0, newOutputBuffer, 0, theSize+1);
680 theOutputBuffer = newOutputBuffer;

Completed in 58 milliseconds