Searched refs:appendBytes (Results 1 – 2 of 2) sorted by relevance
/libcore/luni/src/main/java/org/apache/harmony/xml/ |
D | ExpatParser.java | 472 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/ |
D | org_apache_harmony_xml_ExpatParser.cpp | 1371 NATIVE_METHOD(ExpatParser, appendBytes, "(J[BII)V"),
|