Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeUTF32 (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dunicodeobject.h170 # 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/
Dunicodeobject.h509 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h509 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h509 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h509 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h509 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2515 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::
Dstable_abi.dat739 function,PyUnicode_DecodeUTF32,3.2,,
Dpython3.11.abi798 …<elf-symbol name='PyUnicode_DecodeUTF32' type='func-type' binding='global-binding' visibility='def…
10618PyUnicode_DecodeUTF32' mangled-name='PyUnicode_DecodeUTF32' filepath='Objects/unicodeobject.c' lin…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c658 EXPORT_FUNC(PyUnicode_DecodeUTF32)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dunicode.rst529 .. 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/
Dunicode.rst1106 .. 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.c503 return PyUnicode_DecodeUTF32((const char *)u, len * 4, in unicodeFromTclObj()
Darraymodule.c2095 converted_items = PyUnicode_DecodeUTF32( in array__array_reconstructor_impl()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1496 [function.PyUnicode_DecodeUTF32]
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c3586 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/
Dunicodeobject.c2260 PyUnicode_DecodeUTF32(const char *s, in PyUnicode_DecodeUTF32() function