Searched refs:PyUnicode_DecodeUTF7 (Results 1 – 9 of 9) sorted by relevance
671 PyUnicode_DecodeUTF7=python37.PyUnicode_DecodeUTF7
727 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7(
2466 PyUnicode_DecodeUTF7:PyObject*::+1:2467 PyUnicode_DecodeUTF7:const char*:s::2468 PyUnicode_DecodeUTF7:Py_ssize_t:size::2469 PyUnicode_DecodeUTF7:const char*:errors::
600 "PyUnicode_DecodeUTF7"
1267 PyAPI_FUNC(PyObject*) 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
1266 .. c:function:: PyObject* PyUnicode_DecodeUTF7(const char *s, Py_ssize_t size, const char *errors)1275 If *consumed* is *NULL*, behave like :c:func:`PyUnicode_DecodeUTF7`. If
1632 PyObject *PyUnicode_DecodeUTF7(const char *s, in PyUnicode_DecodeUTF7() function
4393 PyUnicode_DecodeUTF7(const char *s, in PyUnicode_DecodeUTF7() function