Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h445 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7Stateful(
/external/python/cpython3/Modules/
D_codecsmodule.c268 PyObject *decoded = PyUnicode_DecodeUTF7Stateful(data->buf, data->len, in _codecs_utf_7_decode_impl()
/external/python/cpython3/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,
Dpython3.10.abi781 …<elf-symbol name='PyUnicode_DecodeUTF7Stateful' type='func-type' binding='global-binding' visibili…
11354PyUnicode_DecodeUTF7Stateful' mangled-name='PyUnicode_DecodeUTF7Stateful' filepath='Objects/unicod…
20139 …<function-decl name='PyUnicode_DecodeUTF7Stateful' mangled-name='PyUnicode_DecodeUTF7Stateful' fil…
/external/python/cpython2/Include/
Dunicodeobject.h733 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7Stateful(
/external/python/cpython2/Modules/
D_codecsmodule.c247 decoded = PyUnicode_DecodeUTF7Stateful(pbuf.buf, pbuf.len, errors, in utf_7_decode()
/external/python/cpython3/PC/
Dpython3dll.c648 EXPORT_FUNC(PyUnicode_DecodeUTF7Stateful)
/external/python/cpython3/Misc/
Dstable_abi.txt1472 function PyUnicode_DecodeUTF7Stateful
/external/python/cpython2/Objects/
Dunicodeobject.c1636 return PyUnicode_DecodeUTF7Stateful(s, size, errors, NULL); in PyUnicode_DecodeUTF7()
1646 PyObject *PyUnicode_DecodeUTF7Stateful(const char *s, in PyUnicode_DecodeUTF7Stateful() function
/external/python/cpython2/Doc/c-api/
Dunicode.rst694 .. c:function:: PyObject* PyUnicode_DecodeUTF7Stateful(const char *s, Py_ssize_t size, const char *…
/external/python/cpython3/Doc/c-api/
Dunicode.rst1289 .. c:function:: PyObject* PyUnicode_DecodeUTF7Stateful(const char *s, Py_ssize_t size, \
/external/python/cpython3/Objects/
Dunicodeobject.c4758 return PyUnicode_DecodeUTF7Stateful(s, size, errors, NULL); in PyUnicode_DecodeUTF7()
4769 PyUnicode_DecodeUTF7Stateful(const char *s, in PyUnicode_DecodeUTF7Stateful() function