Searched refs:PyUnicode_DecodeUTF7 (Results 1 – 7 of 7) sorted by relevance
439 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7(
2484 PyUnicode_DecodeUTF7:PyObject*::+1:2485 PyUnicode_DecodeUTF7:const char*:s::2486 PyUnicode_DecodeUTF7:Py_ssize_t:size::2487 PyUnicode_DecodeUTF7:const char*:errors::
721 function,PyUnicode_DecodeUTF7,3.2,
647 EXPORT_FUNC(PyUnicode_DecodeUTF7)
1470 function PyUnicode_DecodeUTF7
1283 .. c:function:: PyObject* PyUnicode_DecodeUTF7(const char *s, Py_ssize_t size, const char *errors)1292 If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeUTF7`. If
4754 PyUnicode_DecodeUTF7(const char *s, in PyUnicode_DecodeUTF7() function