Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h181 # define PyUnicode_EncodeLatin1 PyUnicodeUCS2_EncodeLatin1 macro
268 # define PyUnicode_EncodeLatin1 PyUnicodeUCS4_EncodeLatin1 macro
/external/python/cpython2/Objects/
Dunicodeobject.c3803 PyObject *PyUnicode_EncodeLatin1(const Py_UNICODE *p, in PyUnicode_EncodeLatin1() function
/external/python/cpython3/Objects/
Dunicodeobject.c7109 PyUnicode_EncodeLatin1(const Py_UNICODE *p, in PyUnicode_EncodeLatin1() function