Home | History | Annotate | Download | only in _io

Lines Matching refs:PyUnicode_READ

410                         while (PyUnicode_READ(kind, in_str, i) > '\n')
412 c = PyUnicode_READ(kind, in_str, i++);
433 while (PyUnicode_READ(kind, in_str, i) > '\r')
435 c = PyUnicode_READ(kind, in_str, i++);
439 if (PyUnicode_READ(kind, in_str, i) == '\n') {
474 while ((c = PyUnicode_READ(kind, in_str, in++)) > '\r')
482 if (PyUnicode_READ(kind, in_str, in) == '\n') {
1648 while (PyUnicode_READ(kind, s, 0) > ch)
1650 if (PyUnicode_READ(kind, s, 0) == ch)
1684 while (PyUnicode_READ(kind, s, 0) > '\r')
1690 ch = PyUnicode_READ(kind, s, 0);
1695 if (PyUnicode_READ(kind, s, 0) == '\n')
1727 if (PyUnicode_READ(kind, pos, i) != nl[i])