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/PC/
Dpython3.def643 PyUnicode_AsUTF32String=python37.PyUnicode_AsUTF32String
/external/python/cpython3/Include/
Dunicodeobject.h1374 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF32String(
/external/python/cpython3/Doc/data/
Drefcounts.dat2532 PyUnicode_AsUTF32String:PyObject*::+1:
2533 PyUnicode_AsUTF32String:PyObject*:unicode:0:
/external/python/cpython3/Doc/c-api/
Dunicode.rst1155 .. c:function:: PyObject* PyUnicode_AsUTF32String(PyObject *unicode)
1182 :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.c5551 PyUnicode_AsUTF32String(PyObject *unicode) in PyUnicode_AsUTF32String() function