Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h177 # define PyUnicode_Encode PyUnicodeUCS2_Encode macro
264 # define PyUnicode_Encode PyUnicodeUCS4_Encode macro
/external/python/cpython2/Objects/
Dunicodeobject.c1306 PyObject *PyUnicode_Encode(const Py_UNICODE *s, in PyUnicode_Encode() function