Searched refs:PyUnicode_DecodeUTF16Stateful (Results 1 – 9 of 9) sorted by relevance
| /third_party/python/Modules/ |
| D | _codecsmodule.c | 310 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_decode_impl() 332 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_le_decode_impl() 354 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_be_decode_impl() 384 PyObject *decoded = PyUnicode_DecodeUTF16Stateful(data->buf, data->len, in _codecs_utf_16_ex_decode_impl()
|
| /third_party/python/Include/ |
| D | unicodeobject.h | 585 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF16Stateful(
|
| /third_party/python/Doc/data/ |
| D | refcounts.dat | 2462 PyUnicode_DecodeUTF16Stateful:PyObject*::+1: 2463 PyUnicode_DecodeUTF16Stateful:const char*:s:: 2464 PyUnicode_DecodeUTF16Stateful:Py_ssize_t:size:: 2465 PyUnicode_DecodeUTF16Stateful:const char*:errors:: 2466 PyUnicode_DecodeUTF16Stateful:int*:byteorder:: 2467 PyUnicode_DecodeUTF16Stateful:Py_ssize_t*:consumed::
|
| D | stable_abi.dat | 738 function,PyUnicode_DecodeUTF16Stateful,3.2,,
|
| /third_party/python/PC/ |
| D | python3dll.c | 657 EXPORT_FUNC(PyUnicode_DecodeUTF16Stateful)
|
| /third_party/python/Doc/c-api/ |
| D | unicode.rst | 1184 .. c:function:: PyObject* PyUnicode_DecodeUTF16Stateful(const char *s, Py_ssize_t size, \ 1188 *consumed* is not ``NULL``, :c:func:`PyUnicode_DecodeUTF16Stateful` will not treat
|
| /third_party/python/Misc/ |
| D | stable_abi.toml | 1494 [function.PyUnicode_DecodeUTF16Stateful]
|
| D | HISTORY | 19839 ``PyUnicode_DecodeUTF16Stateful`` have been added, which implement stateful
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 5964 return PyUnicode_DecodeUTF16Stateful(s, size, errors, byteorder, NULL); in PyUnicode_DecodeUTF16() 5968 PyUnicode_DecodeUTF16Stateful(const char *s, in PyUnicode_DecodeUTF16Stateful() function
|