Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp217 static jmethodID commentMethod; variable
703 bufferAndInvoke(commentMethod, data, comment, strlen(comment)); in comment()
1321 commentMethod = env->GetMethodID(clazz, "comment", "([CI)V"); in ExpatParser_staticInitialize()
1322 if (commentMethod == NULL) return; in ExpatParser_staticInitialize()