Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h184 # define PyUnicode_EncodeUTF16 PyUnicodeUCS2_EncodeUTF16 macro
271 # define PyUnicode_EncodeUTF16 PyUnicodeUCS4_EncodeUTF16 macro
/external/python/cpython2/Objects/
Dunicodeobject.c2711 PyUnicode_EncodeUTF16(const Py_UNICODE *s, in PyUnicode_EncodeUTF16() function
/external/python/cpython3/Objects/
Dunicodeobject.c5889 PyUnicode_EncodeUTF16(const Py_UNICODE *s, in PyUnicode_EncodeUTF16() function