Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyUnicode_READ

1370         if (PyUnicode_READ(kind, data, i) == SEP)
2852 Py_UCS4 ch = PyUnicode_READ(kind, data, start);