Home
last modified time | relevance | path

Searched refs:PyUnicode_AsUTF16String (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h155 # define PyUnicode_AsUTF16String PyUnicodeUCS2_AsUTF16String macro
242 # define PyUnicode_AsUTF16String PyUnicodeUCS4_AsUTF16String macro
894 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF16String(
/external/python/cpython2/Doc/data/
Drefcounts.dat1564 PyUnicode_AsUTF16String:PyObject*::+1:
1565 PyUnicode_AsUTF16String:PyObject*:unicode::
/external/python/cpython2/Doc/c-api/
Dunicode.rst675 .. c:function:: PyObject* PyUnicode_AsUTF16String(PyObject *unicode)
/external/python/cpython2/Objects/
Dunicodeobject.c2789 PyObject *PyUnicode_AsUTF16String(PyObject *unicode) in PyUnicode_AsUTF16String() function