HomeSort by relevance Sort by last modified time
    Searched refs:appendChars (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 427 appendChars(this.pointer, xml, offset, length);
433 private native void appendChars(int pointer, char[] xml, int offset,
497 appendChars(this.pointer, buffer, 0, length);
  /frameworks/base/tools/aapt/
XMLNode.h 121 status_t appendChars(const String16& chars);
XMLNode.cpp 791 status_t XMLNode::appendChars(const String16& chars)
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 1002 * can be reinterpreted as a UTF-16 encoded byte[]. appendBytes, appendChars
    [all...]

Completed in 277 milliseconds