Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp230 static jmethodID textMethod; variable
692 bufferAndInvoke(textMethod, data, characters, length); in text()
1318 textMethod = env->GetMethodID(clazz, "text", "([CI)V"); in ExpatParser_staticInitialize()
1319 if (textMethod == NULL) return; in ExpatParser_staticInitialize()