Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java616 /*package*/ Attributes cloneAttributes() { in cloneAttributes() method in ExpatParser
626 = cloneAttributes(this.attributePointer, this.attributeCount); in cloneAttributes()
630 private static native long cloneAttributes(long pointer, int attributeCount); in cloneAttributes() method in ExpatParser
/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp1373 NATIVE_METHOD(ExpatParser, cloneAttributes, "(JI)J"),