Searched refs:appendChars (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/java/lang/ |
D | AbstractStringBuilder.java | 639 appendChars(s, start, end); in append() 662 appendChars(str, 0, len); in append() 692 appendChars(str, offset, end); in append() 1675 private final void appendChars(char[] s, int off, int end) { 1697 private final void appendChars(CharSequence s, int off, int end) {
|
/libcore/luni/src/main/java/org/apache/harmony/xml/ |
D | ExpatParser.java | 439 appendChars(this.pointer, xml, offset, length); in append() 445 private native void appendChars(long pointer, char[] xml, int offset, in appendChars() method in ExpatParser 510 appendChars(this.pointer, buffer, 0, length); in parseFragment()
|
/libcore/luni/src/main/native/ |
D | org_apache_harmony_xml_ExpatParser.cpp | 1372 NATIVE_METHOD(ExpatParser, appendChars, "(J[CII)V"),
|