Searched refs:PyUnicode_DecodeUTF32 (Results 1 – 3 of 3) sorted by relevance
170 # define PyUnicode_DecodeUTF32 PyUnicodeUCS2_DecodeUTF32 macro257 # define PyUnicode_DecodeUTF32 PyUnicodeUCS4_DecodeUTF32 macro798 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
529 .. c:function:: PyObject* PyUnicode_DecodeUTF32(const char *s, Py_ssize_t size, const char *errors,…561 If *consumed* is *NULL*, behave like :c:func:`PyUnicode_DecodeUTF32`. If
2260 PyUnicode_DecodeUTF32(const char *s, in PyUnicode_DecodeUTF32() function