Searched refs:conv_string_to_unicode (Results 1 – 1 of 1) sorted by relevance
| /external/python/cpython3/Modules/ |
| D | pyexpat.c | 166 conv_string_to_unicode(const XML_Char *str) in conv_string_to_unicode() function 243 PyObject *result = conv_string_to_unicode(str); in string_intern() 387 v = conv_string_to_unicode((XML_Char *) atts[i+1]); in my_StartElementHandler() 481 ("(NO&)", string_intern(self, target), conv_string_to_unicode ,data)) 518 conv_string_to_unicode ,version, conv_string_to_unicode ,encoding, 564 modelobj = conv_content_model(model, (conv_string_to_unicode)); in my_ElementDeclHandler() 605 conv_string_to_unicode ,att_type, conv_string_to_unicode ,dflt, 641 ("(O&)", conv_string_to_unicode ,data)) 672 conv_string_to_unicode ,context, string_intern(self, base), 932 return conv_string_to_unicode(XML_GetBase(self->itself)); in pyexpat_xmlparser_GetBase_impl() [all …]
|