Home
last modified time | relevance | path

Searched refs:PyUnicode_AsUTF32String (Results 1 – 3 of 3) 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/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