Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h151 # define PyUnicode_AsEncodedString PyUnicodeUCS2_AsEncodedString macro
238 # define PyUnicode_AsEncodedString PyUnicodeUCS4_AsEncodedString macro
/external/python/cpython2/Objects/
Dunicodeobject.c1345 PyObject *PyUnicode_AsEncodedString(PyObject *unicode, in PyUnicode_AsEncodedString() function
/external/python/cpython3/Objects/
Dunicodeobject.c3472 PyUnicode_AsEncodedString(PyObject *unicode, in PyUnicode_AsEncodedString() function