Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dpyexpat.c199 conv_string_to_utf8(const XML_Char *str) in conv_string_to_utf8() function
380 #define STRING_CONV_FUNC conv_string_to_utf8
384 ? conv_string_to_unicode : conv_string_to_utf8)
729 : conv_string_to_utf8)); in my_ElementDeclHandler()
731 modelobj = conv_content_model(model, conv_string_to_utf8); in my_ElementDeclHandler()