Home
last modified time | relevance | path

Searched refs:PyUnicode_AsUTF32String (Results 1 – 7 of 7) 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.def635 PyUnicode_AsUTF32String=python36.PyUnicode_AsUTF32String
/external/python/cpython3/Include/
Dunicodeobject.h1370 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF32String(
/external/python/cpython3/Doc/c-api/
Dunicode.rst1121 .. c:function:: PyObject* PyUnicode_AsUTF32String(PyObject *unicode)
1148 :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.c5527 PyUnicode_AsUTF32String(PyObject *unicode) in PyUnicode_AsUTF32String() function