Home
last modified time | relevance | path

Searched refs:PyUnicode_AsUCS4 (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/_io/
Dstringio.c165 if (!PyUnicode_AsUCS4(intermediate, self->buf, len, 0)) { in realize()
250 if (!PyUnicode_AsUCS4(decoded, in write_str()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h154 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h154 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h154 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h154 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h154 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4(
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2746 PyUnicode_AsUCS4:Py_UCS4*:::
2747 PyUnicode_AsUCS4:PyObject*:u:0:
2748 PyUnicode_AsUCS4:Py_UCS4*:buffer::
2749 PyUnicode_AsUCS4:Py_ssize_t:buflen::
2750 PyUnicode_AsUCS4:int:copy_null::
Dstable_abi.dat710 function,PyUnicode_AsUCS4,3.7,,
Dpython3.11.abi768 …<elf-symbol name='PyUnicode_AsUCS4' type='func-type' binding='global-binding' visibility='default-…
10865PyUnicode_AsUCS4' mangled-name='PyUnicode_AsUCS4' filepath='Objects/unicodeobject.c' line='2698' c…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c628 EXPORT_FUNC(PyUnicode_AsUCS4)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dunicode.rst670 .. c:function:: Py_UCS4* PyUnicode_AsUCS4(PyObject *u, Py_UCS4 *buffer, \
734 :c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsWideChar`,
750 :c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsWideChar`,
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1990 [function.PyUnicode_AsUCS4]
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c2258 if (!PyUnicode_AsUCS4(unicode, buffer, buf_len, copy_null)) { in unicode_asucs4()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.3.rst2194 * :c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsUCS4Copy`
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c2698 PyUnicode_AsUCS4(PyObject *string, Py_UCS4 *target, Py_ssize_t targetsize, in PyUnicode_AsUCS4() function