Searched refs:PyString_AsDecodedObject (Results 1 – 6 of 6) sorted by relevance
146 PyAPI_FUNC(PyObject*) PyString_AsDecodedObject(
1240 PyString_AsDecodedObject:PyObject*::+1:1241 PyString_AsDecodedObject:PyObject*:str:0:1242 PyString_AsDecodedObject:const char*:encoding::1243 PyString_AsDecodedObject:const char*:errors::
553 "PyString_AsDecodedObject"
293 .. c:function:: PyObject* PyString_AsDecodedObject(PyObject *str, const char *encoding, const char …
431 PyObject *PyString_AsDecodedObject(PyObject *str, in PyString_AsDecodedObject() function468 v = PyString_AsDecodedObject(str, encoding, errors); in PyString_AsDecodedString()3052 v = PyString_AsDecodedObject((PyObject *)self, encoding, errors); in string_decode()
2486 PyObject* decoded = PyString_AsDecodedObject(encoded.get(), "utf-8", NULL); in CheckAndGetInteger()