Searched refs:cloneAttributes (Results 1 – 2 of 2) sorted by relevance
616 /*package*/ Attributes cloneAttributes() { in cloneAttributes() method in ExpatParser626 = cloneAttributes(this.attributePointer, this.attributeCount); in cloneAttributes()630 private static native long cloneAttributes(long pointer, int attributeCount); in cloneAttributes() method in ExpatParser
1373 NATIVE_METHOD(ExpatParser, cloneAttributes, "(JI)J"),