Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp472 static void bufferAndInvoke(jmethodID method, void* data, const char* text, size_t length) { in bufferAndInvoke() function
692 bufferAndInvoke(textMethod, data, characters, length); in text()
703 bufferAndInvoke(commentMethod, data, comment, strlen(comment)); in comment()