Searched refs:PyUnicode_DecodeCodePageStateful (Results 1 – 4 of 4) sorted by relevance
642 PyObject *decoded = PyUnicode_DecodeCodePageStateful(CP_OEMCP, in _codecs_oem_decode_impl()662 PyObject *decoded = PyUnicode_DecodeCodePageStateful(codepage, in _codecs_code_page_decode_impl()
658 PyUnicode_DecodeCodePageStateful=python37.PyUnicode_DecodeCodePageStateful
1695 PyAPI_FUNC(PyObject*) PyUnicode_DecodeCodePageStateful(
7373 PyUnicode_DecodeCodePageStateful(int code_page, in PyUnicode_DecodeCodePageStateful() function