Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h184 PyAPI_FUNC(Py_UCS4) PyUnicode_ReadChar(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h184 PyAPI_FUNC(Py_UCS4) PyUnicode_ReadChar(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h184 PyAPI_FUNC(Py_UCS4) PyUnicode_ReadChar(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h184 PyAPI_FUNC(Py_UCS4) PyUnicode_ReadChar(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h184 PyAPI_FUNC(Py_UCS4) PyUnicode_ReadChar(
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2723 PyUnicode_ReadChar:Py_UCS4:::
2724 PyUnicode_ReadChar:PyObject*:unicode:0:
2725 PyUnicode_ReadChar:Py_ssize_t:index::
Dstable_abi.dat773 function,PyUnicode_ReadChar,3.7,,
Dpython3.11.abi835 …<elf-symbol name='PyUnicode_ReadChar' type='func-type' binding='global-binding' visibility='defaul…
10701PyUnicode_ReadChar' mangled-name='PyUnicode_ReadChar' filepath='Objects/unicodeobject.c' line='429…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c689 EXPORT_FUNC(PyUnicode_ReadChar)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dunicode.rst652 .. 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.
/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c2924 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()
Dunicodeobject.c4290 PyUnicode_ReadChar(PyObject *unicode, Py_ssize_t index) in PyUnicode_ReadChar() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2006 [function.PyUnicode_ReadChar]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.3.rst2186 * :c:func:`PyUnicode_ReadChar`, :c:func:`PyUnicode_WriteChar`