Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h178 # define PyUnicode_EncodeASCII PyUnicodeUCS2_EncodeASCII macro
265 # define PyUnicode_EncodeASCII PyUnicodeUCS4_EncodeASCII macro
/external/python/cpython2/Objects/
Dunicodeobject.c3882 PyObject *PyUnicode_EncodeASCII(const Py_UNICODE *p, in PyUnicode_EncodeASCII() function
/external/python/cpython3/Objects/
Dunicodeobject.c7037 PyUnicode_EncodeASCII(const Py_UNICODE *p, in PyUnicode_EncodeASCII() function