Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeUTF7Stateful (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dunicodeobject.h445 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7Stateful(
/third_party/python/Doc/data/
Drefcounts.dat2489 PyUnicode_DecodeUTF7Stateful:PyObject*::+1:
2490 PyUnicode_DecodeUTF7Stateful:const char*:s::
2491 PyUnicode_DecodeUTF7Stateful:Py_ssize_t:size::
2492 PyUnicode_DecodeUTF7Stateful:const char*:errors::
2493 PyUnicode_DecodeUTF7Stateful:Py_ssize_t*:consumed::
Dstable_abi.dat722 function,PyUnicode_DecodeUTF7Stateful,3.2,
/third_party/python/Modules/
D_codecsmodule.c268 PyObject *decoded = PyUnicode_DecodeUTF7Stateful(data->buf, data->len, in _codecs_utf_7_decode_impl()
/third_party/python/PC/
Dpython3dll.c648 EXPORT_FUNC(PyUnicode_DecodeUTF7Stateful)
/third_party/python/Misc/
Dstable_abi.txt1472 function PyUnicode_DecodeUTF7Stateful
/third_party/python/Doc/c-api/
Dunicode.rst1289 .. c:function:: PyObject* PyUnicode_DecodeUTF7Stateful(const char *s, Py_ssize_t size, \
/third_party/python/Objects/
Dunicodeobject.c4758 return PyUnicode_DecodeUTF7Stateful(s, size, errors, NULL); in PyUnicode_DecodeUTF7()
4769 PyUnicode_DecodeUTF7Stateful(const char *s, in PyUnicode_DecodeUTF7Stateful() function