Searched refs:PyUnicode_DecodeUTF32Stateful (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _codecsmodule.c | 408 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, in _codecs_utf_32_decode_impl() 430 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, in _codecs_utf_32_le_decode_impl() 452 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, in _codecs_utf_32_be_decode_impl() 480 PyObject *decoded = PyUnicode_DecodeUTF32Stateful(data->buf, data->len, in _codecs_utf_32_ex_decode_impl()
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _codecsmodule.c | 397 decoded = PyUnicode_DecodeUTF32Stateful(pbuf.buf, pbuf.len, errors, in utf_32_decode() 420 decoded = PyUnicode_DecodeUTF32Stateful(pbuf.buf, pbuf.len, errors, in utf_32_le_decode() 443 decoded = PyUnicode_DecodeUTF32Stateful(pbuf.buf, pbuf.len, errors, in utf_32_be_decode() 474 unicode = PyUnicode_DecodeUTF32Stateful(pbuf.buf, pbuf.len, errors, in utf_32_ex_decode()
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | unicodeobject.h | 171 # define PyUnicode_DecodeUTF32Stateful PyUnicodeUCS2_DecodeUTF32Stateful macro 258 # define PyUnicode_DecodeUTF32Stateful PyUnicodeUCS4_DecodeUTF32Stateful macro 807 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32Stateful(
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2521 PyUnicode_DecodeUTF32Stateful:PyObject*::+1: 2522 PyUnicode_DecodeUTF32Stateful:const char*:s:: 2523 PyUnicode_DecodeUTF32Stateful:Py_ssize_t:size:: 2524 PyUnicode_DecodeUTF32Stateful:const char*:errors:: 2525 PyUnicode_DecodeUTF32Stateful:int*:byteorder:: 2526 PyUnicode_DecodeUTF32Stateful:Py_ssize_t*:consumed::
|
D | stable_abi.dat | 740 function,PyUnicode_DecodeUTF32Stateful,3.2,,
|
D | python3.11.abi | 799 …<elf-symbol name='PyUnicode_DecodeUTF32Stateful' type='func-type' binding='global-binding' visibil… 10610 …PyUnicode_DecodeUTF32Stateful' mangled-name='PyUnicode_DecodeUTF32Stateful' filepath='Objects/unic…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | unicodeobject.h | 518 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32Stateful(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | unicodeobject.h | 518 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32Stateful(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | unicodeobject.h | 518 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32Stateful(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | unicodeobject.h | 518 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32Stateful(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | unicodeobject.h | 518 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32Stateful(
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 659 EXPORT_FUNC(PyUnicode_DecodeUTF32Stateful)
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 559 .. c:function:: PyObject* PyUnicode_DecodeUTF32Stateful(const char *s, Py_ssize_t size, const char … 562 *consumed* is not *NULL*, :c:func:`PyUnicode_DecodeUTF32Stateful` will not treat
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | unicode.rst | 1133 .. c:function:: PyObject* PyUnicode_DecodeUTF32Stateful(const char *s, Py_ssize_t size, \ 1137 *consumed* is not ``NULL``, :c:func:`PyUnicode_DecodeUTF32Stateful` will not treat
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1498 [function.PyUnicode_DecodeUTF32Stateful]
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | unicodeobject.c | 2265 return PyUnicode_DecodeUTF32Stateful(s, size, errors, byteorder, NULL); in PyUnicode_DecodeUTF32() 2269 PyUnicode_DecodeUTF32Stateful(const char *s, in PyUnicode_DecodeUTF32Stateful() function
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 5653 return PyUnicode_DecodeUTF32Stateful(s, size, errors, byteorder, NULL); in PyUnicode_DecodeUTF32() 5657 PyUnicode_DecodeUTF32Stateful(const char *s, in PyUnicode_DecodeUTF32Stateful() function
|