Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp218 static jmethodID endCdataMethod; variable
787 env->CallVoidMethod(javaParser, endCdataMethod); in endCdata()
1327 endCdataMethod = env->GetMethodID(clazz, "endCdata", "()V"); in ExpatParser_staticInitialize()
1328 if (endCdataMethod == NULL) return; in ExpatParser_staticInitialize()