Home
last modified time | relevance | path

Searched refs:PyUnicodeIter_Type (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Include/
Dunicodeobject.h112 PyAPI_DATA(PyTypeObject) PyUnicodeIter_Type;
/external/python/cpython3/PC/
Dpython3dll.c853 EXPORT_DATA(PyUnicodeIter_Type)
/external/python/cpython3/Doc/data/
Dstable_abi.dat670 var,PyUnicodeIter_Type,3.2,
Dpython3.10.abi1573 …<elf-symbol name='PyUnicodeIter_Type' size='408' type='object-type' binding='global-binding' visib…
10887PyUnicodeIter_Type' type-id='type-id-149' mangled-name='PyUnicodeIter_Type' visibility='default' f…
/external/python/cpython3/Objects/
Dobject.c1875 INIT_TYPE(PyUnicodeIter_Type); in _PyTypes_Init()
Dunicodeobject.c16089 PyTypeObject PyUnicodeIter_Type = { variable
16133 it = PyObject_GC_New(unicodeiterobject, &PyUnicodeIter_Type); in unicode_iter()
/external/python/cpython3/Misc/
Dstable_abi.txt1330 data PyUnicodeIter_Type
/external/python/cpython3/Tools/c-analyzer/
DTODO892 Objects/unicodeobject.c:PyUnicodeIter_Type PyTypeObject PyUnicodeIter_Type
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv1612 Objects/unicodeobject.c - PyUnicodeIter_Type -