Searched refs:PyUnicode_DecodeUTF32 (Results 1 – 14 of 14) sorted by relevance
| /external/python/cpython2/Include/ |
| D | unicodeobject.h | 170 # define PyUnicode_DecodeUTF32 PyUnicodeUCS2_DecodeUTF32 macro 257 # define PyUnicode_DecodeUTF32 PyUnicodeUCS4_DecodeUTF32 macro 798 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
|
| /external/python/cpython3/Include/ |
| D | unicodeobject.h | 513 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
|
| /external/python/cpython3/Doc/data/ |
| D | refcounts.dat | 2537 PyUnicode_DecodeUTF32:PyObject*::+1: 2538 PyUnicode_DecodeUTF32:const char*:s:: 2539 PyUnicode_DecodeUTF32:Py_ssize_t:size:: 2540 PyUnicode_DecodeUTF32:const char*:errors:: 2541 PyUnicode_DecodeUTF32:int*:byteorder::
|
| D | stable_abi.dat | 719 function,PyUnicode_DecodeUTF32,3.2,
|
| D | python3.10.abi | 778 …<elf-symbol name='PyUnicode_DecodeUTF32' type='func-type' binding='global-binding' visibility='def… 11304 …PyUnicode_DecodeUTF32' mangled-name='PyUnicode_DecodeUTF32' filepath='Objects/unicodeobject.c' lin…
|
| /external/python/cpython3/PC/ |
| D | python3dll.c | 645 EXPORT_FUNC(PyUnicode_DecodeUTF32)
|
| /external/python/cpython2/Doc/c-api/ |
| D | unicode.rst | 529 .. c:function:: PyObject* PyUnicode_DecodeUTF32(const char *s, Py_ssize_t size, const char *errors,… 561 If *consumed* is *NULL*, behave like :c:func:`PyUnicode_DecodeUTF32`. If
|
| /external/python/cpython3/Misc/ |
| D | stable_abi.txt | 1404 function PyUnicode_DecodeUTF32
|
| /external/python/cpython3/Doc/c-api/ |
| D | unicode.rst | 1135 .. c:function:: PyObject* PyUnicode_DecodeUTF32(const char *s, Py_ssize_t size, \ 1165 If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeUTF32`. If
|
| /external/python/cpython3/Modules/ |
| D | arraymodule.c | 2097 converted_items = PyUnicode_DecodeUTF32( in array__array_reconstructor_impl()
|
| D | _tkinter.c | 499 return PyUnicode_DecodeUTF32((const char *)u, len * 4, in unicodeFromTclObj()
|
| /external/python/pybind11/include/pybind11/ |
| D | cast.h | 1300 PyUnicode_DecodeUTF32(buffer, nbytes, nullptr, nullptr);
|
| /external/python/cpython3/Objects/ |
| D | unicodeobject.c | 3640 return PyUnicode_DecodeUTF32(s, size, errors, 0); in PyUnicode_Decode() 5749 PyUnicode_DecodeUTF32(const char *s, in PyUnicode_DecodeUTF32() function
|
| /external/python/cpython2/Objects/ |
| D | unicodeobject.c | 2260 PyUnicode_DecodeUTF32(const char *s, in PyUnicode_DecodeUTF32() function
|