Searched refs:PyUnicode_ReadChar (Results 1 – 14 of 14) sorted by relevance
184 PyAPI_FUNC(Py_UCS4) PyUnicode_ReadChar(
2723 PyUnicode_ReadChar:Py_UCS4:::2724 PyUnicode_ReadChar:PyObject*:unicode:0:2725 PyUnicode_ReadChar:Py_ssize_t:index::
773 function,PyUnicode_ReadChar,3.7,,
835 …<elf-symbol name='PyUnicode_ReadChar' type='func-type' binding='global-binding' visibility='defaul…10701 …PyUnicode_ReadChar' mangled-name='PyUnicode_ReadChar' filepath='Objects/unicodeobject.c' line='429…
689 EXPORT_FUNC(PyUnicode_ReadChar)
652 .. c:function:: Py_UCS4 PyUnicode_ReadChar(PyObject *unicode, Py_ssize_t index)735 :c:func:`PyUnicode_ReadChar` or similar new APIs.751 :c:func:`PyUnicode_ReadChar` or similar new APIs.
2924 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeEncodeError_str()3130 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeTranslateError_str()
4290 PyUnicode_ReadChar(PyObject *unicode, Py_ssize_t index) in PyUnicode_ReadChar() function
2006 [function.PyUnicode_ReadChar]
2186 * :c:func:`PyUnicode_ReadChar`, :c:func:`PyUnicode_WriteChar`