Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatAttributes.java90 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 …]
DExpatParser.java55 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/
Dorg_apache_harmony_xml_ExpatParser.cpp1033 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/
DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/libcore/ojluni/src/tools/
DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/libcore/
DLICENSE273 pointer to where the full notice is found.
/libcore/ojluni/src/main/
DLICENSE281 pointer to where the full notice is found.