Home
last modified time | relevance | path

Searched refs:PyUnicode_ReadChar (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Include/
Dunicodeobject.h184 PyAPI_FUNC(Py_UCS4) PyUnicode_ReadChar(
/external/python/cpython3/PC/
Dpython3dll.c676 EXPORT_FUNC(PyUnicode_ReadChar)
/external/python/cpython3/Doc/data/
Dstable_abi.dat753 function,PyUnicode_ReadChar,3.7,
Drefcounts.dat2786 PyUnicode_ReadChar:Py_UCS4:::
2787 PyUnicode_ReadChar:PyObject*:unicode:0:
2788 PyUnicode_ReadChar:Py_ssize_t:index::
Dpython3.10.abi826 …<elf-symbol name='PyUnicode_ReadChar' type='func-type' binding='global-binding' visibility='defaul…
7979 …<function-decl name='PyUnicode_ReadChar' mangled-name='PyUnicode_ReadChar' filepath='./Include/uni…
11376PyUnicode_ReadChar' mangled-name='PyUnicode_ReadChar' filepath='Objects/unicodeobject.c' line='434…
/external/python/cpython3/Objects/
Dexceptions.c2074 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeEncodeError_str()
2289 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeTranslateError_str()
Dunicodeobject.c4360 PyUnicode_ReadChar(PyObject *unicode, Py_ssize_t index) in PyUnicode_ReadChar() function
/external/python/cpython3/Doc/c-api/
Dunicode.rst636 .. c:function:: Py_UCS4 PyUnicode_ReadChar(PyObject *unicode, Py_ssize_t index)
719 :c:func:`PyUnicode_ReadChar` or similar new APIs.
746 :c:func:`PyUnicode_ReadChar` or similar new APIs.
/external/python/cpython3/Misc/
Dstable_abi.txt1922 function PyUnicode_ReadChar
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2186 * :c:func:`PyUnicode_ReadChar`, :c:func:`PyUnicode_WriteChar`