Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeUTF32 (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h170 # define PyUnicode_DecodeUTF32 PyUnicodeUCS2_DecodeUTF32 macro
257 # define PyUnicode_DecodeUTF32 PyUnicodeUCS4_DecodeUTF32 macro
798 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
/external/python/cpython2/Doc/c-api/
Dunicode.rst529 .. 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
/external/python/cpython2/Objects/
Dunicodeobject.c2260 PyUnicode_DecodeUTF32(const char *s, in PyUnicode_DecodeUTF32() function