Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_elementtree.c2825 makeuniversal(XMLParserObject* self, const char* string) in makeuniversal() function
3005 tag = makeuniversal(self, tag_in); in expat_start_handler()
3017 PyObject* key = makeuniversal(self, attrib_in[0]); in expat_start_handler()
3109 tag = makeuniversal(self, tag_in); in expat_end_handler()
3193 doctype_name_obj = makeuniversal(self, doctype_name); in expat_start_doctype_handler()
3198 sysid_obj = makeuniversal(self, sysid); in expat_start_doctype_handler()
3209 pubid_obj = makeuniversal(self, pubid); in expat_start_doctype_handler()
/external/python/cpython2/Modules/
D_elementtree.c2115 makeuniversal(XMLParserObject* self, const char* string) function
2270 tag = makeuniversal(self, tag_in);
2282 PyObject* key = makeuniversal(self, attrib_in[0]);
2366 tag = makeuniversal(self, tag_in);