Searched refs:PyUnicode_Encode (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Include/
H A Dunicodeobject.h177 # define PyUnicode_Encode PyUnicodeUCS2_Encode macro
264 # define PyUnicode_Encode PyUnicodeUCS4_Encode macro
695 PyAPI_FUNC(PyObject*) PyUnicode_Encode(
/external/python/cpython3/Include/
H A Dunicodeobject.h1211 PyAPI_FUNC(PyObject*) PyUnicode_Encode(
/external/python/cpython2/Python/
H A Dimport.c1456 copy = PyUnicode_Encode(PyUnicode_AS_UNICODE(v),
/external/python/cpython2/Objects/
H A Dunicodeobject.c1306 PyObject *PyUnicode_Encode(const Py_UNICODE *s, function
/external/python/cpython3/Objects/
H A Dunicodeobject.c3296 PyUnicode_Encode(const Py_UNICODE *s, function

Completed in 824 milliseconds