Home
last modified time | relevance | path

Searched refs:PyUnicode_AsUTF32String (Results 1 – 8 of 8) 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.h515 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF32String(
/external/python/cpython3/PC/
Dpython3.def644 PyUnicode_AsUTF32String=python39.PyUnicode_AsUTF32String
/external/python/cpython3/Doc/data/
Drefcounts.dat2573 PyUnicode_AsUTF32String:PyObject*::+1:
2574 PyUnicode_AsUTF32String:PyObject*:unicode:0:
/external/python/cpython3/Doc/c-api/
Dunicode.rst1183 .. c:function:: PyObject* PyUnicode_AsUTF32String(PyObject *unicode)
1210 :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.c5867 PyUnicode_AsUTF32String(PyObject *unicode) in PyUnicode_AsUTF32String() function