Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeUTF7 (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dunicodeobject.h435 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7(
/third_party/python/Doc/data/
Drefcounts.dat2480 PyUnicode_DecodeUTF7:PyObject*::+1:
2481 PyUnicode_DecodeUTF7:const char*:s::
2482 PyUnicode_DecodeUTF7:Py_ssize_t:size::
2483 PyUnicode_DecodeUTF7:const char*:errors::
Dstable_abi.dat741 function,PyUnicode_DecodeUTF7,3.2,,
/third_party/python/PC/
Dpython3dll.c660 EXPORT_FUNC(PyUnicode_DecodeUTF7)
/third_party/python/Doc/c-api/
Dunicode.rst1207 .. 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
/third_party/python/Misc/
Dstable_abi.toml1562 [function.PyUnicode_DecodeUTF7]
/third_party/python/Objects/
Dunicodeobject.c4684 PyUnicode_DecodeUTF7(const char *s, in PyUnicode_DecodeUTF7() function