Searched refs:PyUnicode_DecodeUTF7Stateful (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Include/ |
D | unicodeobject.h | 445 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7Stateful(
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 2489 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::
|
D | stable_abi.dat | 722 function,PyUnicode_DecodeUTF7Stateful,3.2,
|
/third_party/python/Modules/ |
D | _codecsmodule.c | 268 PyObject *decoded = PyUnicode_DecodeUTF7Stateful(data->buf, data->len, in _codecs_utf_7_decode_impl()
|
/third_party/python/PC/ |
D | python3dll.c | 648 EXPORT_FUNC(PyUnicode_DecodeUTF7Stateful)
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1472 function PyUnicode_DecodeUTF7Stateful
|
/third_party/python/Doc/c-api/ |
D | unicode.rst | 1289 .. c:function:: PyObject* PyUnicode_DecodeUTF7Stateful(const char *s, Py_ssize_t size, \
|
/third_party/python/Objects/ |
D | unicodeobject.c | 4758 return PyUnicode_DecodeUTF7Stateful(s, size, errors, NULL); in PyUnicode_DecodeUTF7() 4769 PyUnicode_DecodeUTF7Stateful(const char *s, in PyUnicode_DecodeUTF7Stateful() function
|