HomeSort by relevance Sort by last modified time
    Searched refs:commentDataHandler (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt2/xml/
XmlPullParser.cpp 36 XML_SetCommentHandler(mParser, commentDataHandler);
277 void XMLCALL XmlPullParser::commentDataHandler(void* userData, const char* comment) {
XmlPullParser.h 152 static void XMLCALL commentDataHandler(void* userData, const char* comment);
XmlDom.cpp 158 static void XMLCALL commentDataHandler(void* userData, const char* comment) {
177 XML_SetCommentHandler(parser, commentDataHandler);

Completed in 234 milliseconds