Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp225 static jmethodID processingInstructionMethod; variable
853 …env->CallVoidMethod(javaParser, processingInstructionMethod, javaTarget, javaInstructionData.get()… in processingInstruction()
1345 processingInstructionMethod = env->GetMethodID(clazz, in ExpatParser_staticInitialize()
1347 if (processingInstructionMethod == NULL) return; in ExpatParser_staticInitialize()