Searched defs:PyUnicode_DecodeLatin1 (Results 1 – 2 of 2) sorted by relevance
168 # define PyUnicode_DecodeLatin1 PyUnicodeUCS2_DecodeLatin1 macro255 # define PyUnicode_DecodeLatin1 PyUnicodeUCS4_DecodeLatin1 macro
3497 PyObject *PyUnicode_DecodeLatin1(const char *s, in PyUnicode_DecodeLatin1() function