Searched refs:PyUnicode_DecodeUTF32 (Results 1 – 9 of 9) sorted by relevance
| /third_party/python/Include/ |
| D | unicodeobject.h | 513 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
|
| /third_party/python/Doc/data/ |
| D | refcounts.dat | 2537 PyUnicode_DecodeUTF32:PyObject*::+1: 2538 PyUnicode_DecodeUTF32:const char*:s:: 2539 PyUnicode_DecodeUTF32:Py_ssize_t:size:: 2540 PyUnicode_DecodeUTF32:const char*:errors:: 2541 PyUnicode_DecodeUTF32:int*:byteorder::
|
| D | stable_abi.dat | 719 function,PyUnicode_DecodeUTF32,3.2,
|
| /third_party/python/PC/ |
| D | python3dll.c | 645 EXPORT_FUNC(PyUnicode_DecodeUTF32)
|
| /third_party/python/Misc/ |
| D | stable_abi.txt | 1404 function PyUnicode_DecodeUTF32
|
| /third_party/python/Doc/c-api/ |
| D | unicode.rst | 1135 .. c:function:: PyObject* PyUnicode_DecodeUTF32(const char *s, Py_ssize_t size, \ 1165 If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeUTF32`. If
|
| /third_party/python/Modules/ |
| D | arraymodule.c | 2097 converted_items = PyUnicode_DecodeUTF32( in array__array_reconstructor_impl()
|
| D | _tkinter.c | 499 return PyUnicode_DecodeUTF32((const char *)u, len * 4, in unicodeFromTclObj()
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 3640 return PyUnicode_DecodeUTF32(s, size, errors, 0); in PyUnicode_Decode() 5749 PyUnicode_DecodeUTF32(const char *s, in PyUnicode_DecodeUTF32() function
|