Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp221 static jmethodID endNamespaceMethod; variable
755 env->CallVoidMethod(javaParser, endNamespaceMethod, internedPrefix); in endNamespace()
1341 endNamespaceMethod = env->GetMethodID(clazz, "endNamespace", in ExpatParser_staticInitialize()
1343 if (endNamespaceMethod == NULL) return; in ExpatParser_staticInitialize()