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

/external/python/cpython2/Include/
H A Dunicodeobject.h155 # define PyUnicode_AsUTF16String PyUnicodeUCS2_AsUTF16String macro
242 # define PyUnicode_AsUTF16String PyUnicodeUCS4_AsUTF16String macro
894 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF16String(
/external/python/cpython3/Include/
H A Dunicodeobject.h1451 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF16String(
/external/python/cpython2/Objects/
H A Dunicodeobject.c2789 PyObject *PyUnicode_AsUTF16String(PyObject *unicode) function
/external/python/cpython3/Objects/
H A Dunicodeobject.c5880 PyUnicode_AsUTF16String(PyObject *unicode) function

Completed in 154 milliseconds