Home | History | Annotate | Download | only in Python

Lines Matching refs:PyUnicode_READ

4192                 Py_UCS4 chr = PyUnicode_READ(kind, data, i);
4279 if (!Py_UNICODE_ISSPACE(PyUnicode_READ(kind, data, i))) {