Searched refs:PyUnicode_DecodeUTF32 (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/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(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | unicodeobject.h | 509 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | unicodeobject.h | 509 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | unicodeobject.h | 509 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | unicodeobject.h | 509 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | unicodeobject.h | 509 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2515 PyUnicode_DecodeUTF32:PyObject*::+1: 2516 PyUnicode_DecodeUTF32:const char*:s:: 2517 PyUnicode_DecodeUTF32:Py_ssize_t:size:: 2518 PyUnicode_DecodeUTF32:const char*:errors:: 2519 PyUnicode_DecodeUTF32:int*:byteorder::
|
D | stable_abi.dat | 739 function,PyUnicode_DecodeUTF32,3.2,,
|
D | python3.11.abi | 798 …<elf-symbol name='PyUnicode_DecodeUTF32' type='func-type' binding='global-binding' visibility='def… 10618 …PyUnicode_DecodeUTF32' mangled-name='PyUnicode_DecodeUTF32' filepath='Objects/unicodeobject.c' lin…
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 658 EXPORT_FUNC(PyUnicode_DecodeUTF32)
|
/aosp_15_r20/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
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | unicode.rst | 1106 .. c:function:: PyObject* PyUnicode_DecodeUTF32(const char *s, Py_ssize_t size, \ 1136 If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeUTF32`. If
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _tkinter.c | 503 return PyUnicode_DecodeUTF32((const char *)u, len * 4, in unicodeFromTclObj()
|
D | arraymodule.c | 2095 converted_items = PyUnicode_DecodeUTF32( in array__array_reconstructor_impl()
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1496 [function.PyUnicode_DecodeUTF32]
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 3586 return PyUnicode_DecodeUTF32(s, size, errors, 0); in PyUnicode_Decode() 5648 PyUnicode_DecodeUTF32(const char *s, in PyUnicode_DecodeUTF32() function
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | unicodeobject.c | 2260 PyUnicode_DecodeUTF32(const char *s, in PyUnicode_DecodeUTF32() function
|