Searched refs:PyUnicode_DecodeCodePageStateful (Results 1 – 4 of 4) sorted by relevance
609 PyObject *decoded = PyUnicode_DecodeCodePageStateful(CP_OEMCP, in _codecs_oem_decode_impl()629 PyObject *decoded = PyUnicode_DecodeCodePageStateful(codepage, in _codecs_code_page_decode_impl()
697 PyAPI_FUNC(PyObject*) PyUnicode_DecodeCodePageStateful(
661 PyUnicode_DecodeCodePageStateful=python38.PyUnicode_DecodeCodePageStateful
7414 PyUnicode_DecodeCodePageStateful(int code_page, in PyUnicode_DecodeCodePageStateful() function