Searched defs:PyUnicode_EncodeUTF16 (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Include/
H A Dunicodeobject.h184 # define PyUnicode_EncodeUTF16 PyUnicodeUCS2_EncodeUTF16 macro
271 # define PyUnicode_EncodeUTF16 PyUnicodeUCS4_EncodeUTF16 macro
918 PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF16(
/external/python/cpython2/Objects/
H A Dunicodeobject.c2711 PyUnicode_EncodeUTF16(const Py_UNICODE *s, function
2795 return PyUnicode_EncodeUTF16(PyUnicode_AS_UNICODE(unicode),
/external/python/cpython3/Objects/
H A Dunicodeobject.c5865 PyUnicode_EncodeUTF16(const Py_UNICODE *s, function

Completed in 157 milliseconds