Searched refs:conv_string_to_unicode (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | pyexpat.c | 145 conv_string_to_unicode(const XML_Char *str) in conv_string_to_unicode() function 222 PyObject *result = conv_string_to_unicode(str); in string_intern() 373 v = conv_string_to_unicode((XML_Char *) atts[i+1]); in my_StartElementHandler() 467 ("(NO&)", string_intern(self, target), conv_string_to_unicode ,data)) 504 conv_string_to_unicode ,version, conv_string_to_unicode ,encoding, 550 modelobj = conv_content_model(model, (conv_string_to_unicode)); in my_ElementDeclHandler() 591 conv_string_to_unicode ,att_type, conv_string_to_unicode ,dflt, 627 ("(O&)", conv_string_to_unicode ,data)) 658 conv_string_to_unicode ,context, string_intern(self, base),
|
/external/python/cpython2/Modules/ |
D | pyexpat.c | 169 conv_string_to_unicode(const XML_Char *str) in conv_string_to_unicode() function 384 ? conv_string_to_unicode : conv_string_to_utf8) 728 ? conv_string_to_unicode in my_ElementDeclHandler()
|