Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dpython3.def703 PyUnicode_ReadChar=python37.PyUnicode_ReadChar
/external/python/cpython3/Include/
Dunicodeobject.h800 PyAPI_FUNC(Py_UCS4) PyUnicode_ReadChar(
/external/python/cpython3/Doc/data/
Drefcounts.dat2768 PyUnicode_ReadChar:Py_UCS4:::
2769 PyUnicode_ReadChar:PyObject*:unicode:0:
2770 PyUnicode_ReadChar:Py_ssize_t:index::
/external/python/cpython3/Objects/
Dexceptions.c1914 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeEncodeError_str()
2129 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeTranslateError_str()
Dunicodeobject.c4022 PyUnicode_ReadChar(PyObject *unicode, Py_ssize_t index) in PyUnicode_ReadChar() function
/external/python/cpython3/Doc/c-api/
Dunicode.rst621 .. c:function:: Py_UCS4 PyUnicode_ReadChar(PyObject *unicode, Py_ssize_t index)
700 :c:func:`PyUnicode_AsWideChar`, :c:func:`PyUnicode_ReadChar` or similar new
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2186 * :c:func:`PyUnicode_ReadChar`, :c:func:`PyUnicode_WriteChar`