Searched refs:PyUnicode_DecodeUTF7 (Results 1 – 9 of 9) sorted by relevance
436 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7(
671 PyUnicode_DecodeUTF7=python39.PyUnicode_DecodeUTF7
727 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7(
2507 PyUnicode_DecodeUTF7:PyObject*::+1:2508 PyUnicode_DecodeUTF7:const char*:s::2509 PyUnicode_DecodeUTF7:Py_ssize_t:size::2510 PyUnicode_DecodeUTF7:const char*:errors::
600 "PyUnicode_DecodeUTF7"
688 .. c:function:: PyObject* PyUnicode_DecodeUTF7(const char *s, Py_ssize_t size, const char *errors)696 If *consumed* is *NULL*, behave like :c:func:`PyUnicode_DecodeUTF7`. If
1294 .. c:function:: PyObject* PyUnicode_DecodeUTF7(const char *s, Py_ssize_t size, const char *errors)1303 If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeUTF7`. If
1632 PyObject *PyUnicode_DecodeUTF7(const char *s, in PyUnicode_DecodeUTF7() function
4547 PyUnicode_DecodeUTF7(const char *s, in PyUnicode_DecodeUTF7() function