Home
last modified time | relevance | path

Searched refs:appendBytes (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java472 appendBytes(this.pointer, xml, offset, length); in append()
478 private native void appendBytes(long pointer, byte[] xml, int offset, in appendBytes() method in ExpatParser
526 appendBytes(this.pointer, buffer, 0, length); in parseFragment()
/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp1371 NATIVE_METHOD(ExpatParser, appendBytes, "(J[BII)V"),