| /libcore/luni/src/main/java/org/apache/harmony/xml/ |
| D | ExpatAttributes.java | 90 long pointer = getPointer(); in getIndex() local 91 if (pointer == 0) { in getIndex() 94 return getIndex(pointer, uri, localName); in getIndex() 101 long pointer = getPointer(); in getIndex() local 102 if (pointer == 0) { in getIndex() 105 return getIndexForQName(pointer, qName); in getIndex() 129 long pointer = getPointer(); in getValue() local 130 if (pointer == 0) { in getValue() 133 return getValue(pointer, uri, localName); in getValue() 140 long pointer = getPointer(); in getValue() local [all …]
|
| D | ExpatParser.java | 55 private long pointer; field in ExpatParser 105 this.pointer = initialize( in ExpatParser() 114 private ExpatParser(String encoding, ExpatReader xmlReader, long pointer, in ExpatParser() argument 118 this.pointer = pointer; in ExpatParser() 316 long pointer = createEntityParser(this.pointer, context); in handleExternalEntity() local 319 pointer, inputSource.getPublicId(), in handleExternalEntity() 324 releaseParser(pointer); in handleExternalEntity() 417 appendString(this.pointer, xml, false); in append() 423 private native void appendString(long pointer, String xml, boolean isFinal) in appendString() argument 439 appendChars(this.pointer, xml, offset, length); in append() [all …]
|
| /libcore/luni/src/main/native/ |
| D | org_apache_harmony_xml_ExpatParser.cpp | 1033 static void append(JNIEnv* env, jobject object, jlong pointer, in append() argument 1035 XML_Parser parser = toXMLParser(pointer); in append() 1046 static void ExpatParser_appendBytes(JNIEnv* env, jobject object, jlong pointer, in ExpatParser_appendBytes() argument 1054 append(env, object, pointer, bytes, byteOffset, byteCount, XML_FALSE); in ExpatParser_appendBytes() 1057 static void ExpatParser_appendChars(JNIEnv* env, jobject object, jlong pointer, in ExpatParser_appendChars() argument 1067 append(env, object, pointer, bytes, byteOffset, byteCount, XML_FALSE); in ExpatParser_appendChars() 1070 static void ExpatParser_appendString(JNIEnv* env, jobject object, jlong pointer, jstring javaXml, j… in ExpatParser_appendString() argument 1077 append(env, object, pointer, bytes, 0, byteCount, isFinal); in ExpatParser_appendString() 1299 static void ExpatAttributes_freeAttributes(JNIEnv*, jobject, jlong pointer) { in ExpatAttributes_freeAttributes() argument 1300 delete[] reinterpret_cast<char*>(static_cast<uintptr_t>(pointer)); in ExpatAttributes_freeAttributes()
|
| /libcore/ojluni/src/test/ |
| D | LICENSE | 291 the "copyright" line and a pointer to where the full notice is found.
|
| /libcore/ojluni/src/tools/ |
| D | LICENSE | 291 the "copyright" line and a pointer to where the full notice is found.
|
| /libcore/ |
| D | LICENSE | 273 pointer to where the full notice is found.
|
| /libcore/ojluni/src/main/ |
| D | LICENSE | 281 pointer to where the full notice is found.
|