Searched defs:PyUnicode_DecodeLatin1 (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Include/
H A Dunicodeobject.h168 # define PyUnicode_DecodeLatin1 PyUnicodeUCS2_DecodeLatin1 macro
255 # define PyUnicode_DecodeLatin1 PyUnicodeUCS4_DecodeLatin1 macro
975 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLatin1(
/external/python/cpython2/Objects/
H A Dunicodeobject.c1249 return PyUnicode_DecodeLatin1(s, size, errors);
3497 PyObject *PyUnicode_DecodeLatin1(const char *s, function
4137 return PyUnicode_DecodeLatin1(s, size, errors);
/external/python/cpython3/Objects/
H A Dunicodeobject.c3202 return PyUnicode_DecodeLatin1(s, size, errors);
6588 PyUnicode_DecodeLatin1(const char *s, function
8016 return PyUnicode_DecodeLatin1(s, size, errors);

Completed in 937 milliseconds