Home
last modified time | relevance | path

Searched defs:PyUnicode_AsUTF16String (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h155 # define PyUnicode_AsUTF16String PyUnicodeUCS2_AsUTF16String macro
242 # define PyUnicode_AsUTF16String PyUnicodeUCS4_AsUTF16String macro
/external/python/cpython2/Objects/
Dunicodeobject.c2789 PyObject *PyUnicode_AsUTF16String(PyObject *unicode) in PyUnicode_AsUTF16String() function