Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h439 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7(
/third_party/python/Doc/data/
Drefcounts.dat2484 PyUnicode_DecodeUTF7:PyObject*::+1:
2485 PyUnicode_DecodeUTF7:const char*:s::
2486 PyUnicode_DecodeUTF7:Py_ssize_t:size::
2487 PyUnicode_DecodeUTF7:const char*:errors::
Dstable_abi.dat721 function,PyUnicode_DecodeUTF7,3.2,
/third_party/python/PC/
Dpython3dll.c647 EXPORT_FUNC(PyUnicode_DecodeUTF7)
/third_party/python/Misc/
Dstable_abi.txt1470 function PyUnicode_DecodeUTF7
/third_party/python/Doc/c-api/
Dunicode.rst1283 .. 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
/third_party/python/Objects/
Dunicodeobject.c4754 PyUnicode_DecodeUTF7(const char *s, in PyUnicode_DecodeUTF7() function