Searched refs:PyUnicode_ReadChar (Results 1 – 10 of 10) sorted by relevance
184 PyAPI_FUNC(Py_UCS4) PyUnicode_ReadChar(
676 EXPORT_FUNC(PyUnicode_ReadChar)
753 function,PyUnicode_ReadChar,3.7,
2786 PyUnicode_ReadChar:Py_UCS4:::2787 PyUnicode_ReadChar:PyObject*:unicode:0:2788 PyUnicode_ReadChar:Py_ssize_t:index::
826 …<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…11376 …PyUnicode_ReadChar' mangled-name='PyUnicode_ReadChar' filepath='Objects/unicodeobject.c' line='434…
2074 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()
4360 PyUnicode_ReadChar(PyObject *unicode, Py_ssize_t index) in PyUnicode_ReadChar() function
636 .. 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.
1922 function PyUnicode_ReadChar
2186 * :c:func:`PyUnicode_ReadChar`, :c:func:`PyUnicode_WriteChar`