Searched refs:PyString_AsDecodedString (Results 1 – 4 of 4) sorted by relevance
160 PyAPI_FUNC(PyObject*) PyString_AsDecodedString(
426 v = PyString_AsDecodedString(str, encoding, errors); in PyString_Decode()462 PyObject *PyString_AsDecodedString(PyObject *str, in PyString_AsDecodedString() function