Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_codecsmodule.c642 PyObject *decoded = PyUnicode_DecodeCodePageStateful(CP_OEMCP, in _codecs_oem_decode_impl()
662 PyObject *decoded = PyUnicode_DecodeCodePageStateful(codepage, in _codecs_code_page_decode_impl()
/external/python/cpython3/PC/
Dpython3.def658 PyUnicode_DecodeCodePageStateful=python37.PyUnicode_DecodeCodePageStateful
/external/python/cpython3/Include/
Dunicodeobject.h1695 PyAPI_FUNC(PyObject*) PyUnicode_DecodeCodePageStateful(
/external/python/cpython3/Objects/
Dunicodeobject.c7373 PyUnicode_DecodeCodePageStateful(int code_page, in PyUnicode_DecodeCodePageStateful() function