Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_elementtree.c3467 expat_comment_handler(XMLParserObject* self, const XML_Char* comment_in) in expat_comment_handler() argument
3479 comment = PyUnicode_DecodeUTF8(comment_in, strlen(comment_in), "strict"); in expat_comment_handler()
3487 comment = PyUnicode_DecodeUTF8(comment_in, strlen(comment_in), "strict"); in expat_comment_handler()
/external/python/cpython2/Modules/
D_elementtree.c2431 expat_comment_handler(XMLParserObject* self, const XML_Char* comment_in) argument
2437 comment = makestring(comment_in, strlen(comment_in));