Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeUTF32 (Results 1 – 14 of 14) 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/cpython3/Include/
Dunicodeobject.h513 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
/external/python/cpython3/Doc/data/
Drefcounts.dat2537 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::
Dstable_abi.dat719 function,PyUnicode_DecodeUTF32,3.2,
Dpython3.10.abi778 …<elf-symbol name='PyUnicode_DecodeUTF32' type='func-type' binding='global-binding' visibility='def…
11304PyUnicode_DecodeUTF32' mangled-name='PyUnicode_DecodeUTF32' filepath='Objects/unicodeobject.c' lin…
/external/python/cpython3/PC/
Dpython3dll.c645 EXPORT_FUNC(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/cpython3/Misc/
Dstable_abi.txt1404 function PyUnicode_DecodeUTF32
/external/python/cpython3/Doc/c-api/
Dunicode.rst1135 .. c:function:: PyObject* PyUnicode_DecodeUTF32(const char *s, Py_ssize_t size, \
1165 If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeUTF32`. If
/external/python/cpython3/Modules/
Darraymodule.c2097 converted_items = PyUnicode_DecodeUTF32( in array__array_reconstructor_impl()
D_tkinter.c499 return PyUnicode_DecodeUTF32((const char *)u, len * 4, in unicodeFromTclObj()
/external/python/pybind11/include/pybind11/
Dcast.h1300 PyUnicode_DecodeUTF32(buffer, nbytes, nullptr, nullptr);
/external/python/cpython3/Objects/
Dunicodeobject.c3640 return PyUnicode_DecodeUTF32(s, size, errors, 0); in PyUnicode_Decode()
5749 PyUnicode_DecodeUTF32(const char *s, in PyUnicode_DecodeUTF32() function
/external/python/cpython2/Objects/
Dunicodeobject.c2260 PyUnicode_DecodeUTF32(const char *s, in PyUnicode_DecodeUTF32() function