Searched defs:CharacterDataHandler (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/test/ | ||
D | test_pyexpat.py | 90 def CharacterDataHandler(self, data): member in ParseTest.Outputter |
/aosp_15_r20/external/python/cpython3/Lib/test/ | ||
D | test_pyexpat.py | 97 def CharacterDataHandler(self, data): member in ParseTest.Outputter |
/aosp_15_r20/frameworks/base/tools/aapt2/xml/ | ||
H A D | XmlPullParser.cpp | 254 void XMLCALL XmlPullParser::CharacterDataHandler(void* user_data, const char* s, in CharacterDataHandler() function in aapt::xml::XmlPullParser |
H A D | XmlDom.cpp | 154 static void XMLCALL CharacterDataHandler(void* user_data, const char* s, int len) { in CharacterDataHandler() function |