Searched refs:PyUnicode_DecodeUTF7 (Results 1 – 7 of 7) sorted by relevance
435 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7(
2480 PyUnicode_DecodeUTF7:PyObject*::+1:2481 PyUnicode_DecodeUTF7:const char*:s::2482 PyUnicode_DecodeUTF7:Py_ssize_t:size::2483 PyUnicode_DecodeUTF7:const char*:errors::
741 function,PyUnicode_DecodeUTF7,3.2,,
660 EXPORT_FUNC(PyUnicode_DecodeUTF7)
1207 .. c:function:: PyObject* PyUnicode_DecodeUTF7(const char *s, Py_ssize_t size, const char *errors)1216 If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeUTF7`. If
1562 [function.PyUnicode_DecodeUTF7]
4684 PyUnicode_DecodeUTF7(const char *s, in PyUnicode_DecodeUTF7() function