Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp219 static jmethodID endDtdMethod; variable
829 env->CallVoidMethod(javaParser, endDtdMethod); in endDtd()
1334 endDtdMethod = env->GetMethodID(clazz, "endDtd", "()V"); in ExpatParser_staticInitialize()
1335 if (endDtdMethod == NULL) return; in ExpatParser_staticInitialize()