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