Home | History | Annotate | Download | only in _io

Lines Matching refs:PyUnicode_GetLength

2484         if (PyUnicode_GetLength(self->decoded_chars) < cookie.chars_to_skip) {
2553 assert (self->decoded_chars == NULL || PyUnicode_GetLength(self->decoded_chars) == 0);