Searched refs:PyUnicode_AsUCS4 (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | stringio.c | 165 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/ |
D | unicodeobject.h | 154 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | unicodeobject.h | 154 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | unicodeobject.h | 154 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | unicodeobject.h | 154 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | unicodeobject.h | 154 PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4(
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2746 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::
|
D | stable_abi.dat | 710 function,PyUnicode_AsUCS4,3.7,,
|
D | python3.11.abi | 768 …<elf-symbol name='PyUnicode_AsUCS4' type='func-type' binding='global-binding' visibility='default-… 10865 …PyUnicode_AsUCS4' mangled-name='PyUnicode_AsUCS4' filepath='Objects/unicodeobject.c' line='2698' c…
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 628 EXPORT_FUNC(PyUnicode_AsUCS4)
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | unicode.rst | 670 .. 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/ |
D | stable_abi.toml | 1990 [function.PyUnicode_AsUCS4]
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 2258 if (!PyUnicode_AsUCS4(unicode, buffer, buf_len, copy_null)) { in unicode_asucs4()
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 2194 * :c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsUCS4Copy`
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 2698 PyUnicode_AsUCS4(PyObject *string, Py_UCS4 *target, Py_ssize_t targetsize, in PyUnicode_AsUCS4() function
|