Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h112 PyAPI_DATA(PyTypeObject) PyUnicodeIter_Type;
/third_party/python/PC/
Dpython3dll.c853 EXPORT_DATA(PyUnicodeIter_Type)
/third_party/python/Doc/data/
Dstable_abi.dat670 var,PyUnicodeIter_Type,3.2,
/third_party/python/Objects/
Dobject.c1865 INIT_TYPE(PyUnicodeIter_Type); in _PyTypes_Init()
Dunicodeobject.c16089 PyTypeObject PyUnicodeIter_Type = { variable
16133 it = PyObject_GC_New(unicodeiterobject, &PyUnicodeIter_Type); in unicode_iter()
/third_party/python/Misc/
Dstable_abi.txt1330 data PyUnicodeIter_Type
/third_party/python/Tools/c-analyzer/
DTODO892 Objects/unicodeobject.c:PyUnicodeIter_Type PyTypeObject PyUnicodeIter_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1612 Objects/unicodeobject.c - PyUnicodeIter_Type -