Home
last modified time | relevance | path

Searched refs:PyUnicode_AsUTF32String (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h154 # define PyUnicode_AsUTF32String PyUnicodeUCS2_AsUTF32String macro
241 # define PyUnicode_AsUTF32String PyUnicodeUCS4_AsUTF32String macro
820 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF32String(
/external/python/cpython3/Include/
Dunicodeobject.h535 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF32String(
/external/python/cpython3/PC/
Dpython3dll.c619 EXPORT_FUNC(PyUnicode_AsUTF32String)
/external/python/cpython3/Doc/data/
Dstable_abi.dat693 function,PyUnicode_AsUTF32String,3.2,
Drefcounts.dat2550 PyUnicode_AsUTF32String:PyObject*::+1:
2551 PyUnicode_AsUTF32String:PyObject*:unicode:0:
Dpython3.10.abi751 …<elf-symbol name='PyUnicode_AsUTF32String' type='func-type' binding='global-binding' visibility='d…
11279PyUnicode_AsUTF32String' mangled-name='PyUnicode_AsUTF32String' filepath='Objects/unicodeobject.c'…
/external/python/cpython3/Misc/
Dstable_abi.txt1370 function PyUnicode_AsUTF32String
/external/python/cpython3/Doc/c-api/
Dunicode.rst1172 .. c:function:: PyObject* PyUnicode_AsUTF32String(PyObject *unicode)
1199 :c:func:`PyUnicode_AsUTF32String` or :c:func:`PyUnicode_AsEncodedString`.
/external/python/cpython2/Doc/c-api/
Dunicode.rst590 .. c:function:: PyObject* PyUnicode_AsUTF32String(PyObject *unicode)
/external/python/cpython2/Objects/
Dunicodeobject.c2518 PyObject *PyUnicode_AsUTF32String(PyObject *unicode) in PyUnicode_AsUTF32String() function
/external/python/cpython3/Objects/
Dunicodeobject.c6065 PyUnicode_AsUTF32String(PyObject *unicode) in PyUnicode_AsUTF32String() function