Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp224 static jmethodID startCdataMethod; variable
758 env->CallVoidMethod(javaParser, startCdataMethod); in startCdata()
1311 startCdataMethod = env->GetMethodID(clazz, "startCdata", "()V"); in ExpatParser_staticInitialize()
1312 if (startCdataMethod == NULL) return; in ExpatParser_staticInitialize()