Home
last modified time | relevance | path

Searched refs:decoded_chars_used (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/_io/
H A Dtextio.c668 Py_ssize_t decoded_chars_used; /* offset into _decoded_chars for read() */ member
1117 self->decoded_chars_used = 0; in _io_TextIOWrapper___init___impl()
1725 self->decoded_chars_used = 0; in textiowrapper_set_decoded_chars()
1739 - self->decoded_chars_used); in textiowrapper_get_decoded_chars()
1746 if (self->decoded_chars_used > 0 || n < avail) { in textiowrapper_get_decoded_chars()
1748 self->decoded_chars_used, in textiowrapper_get_decoded_chars()
1749 self->decoded_chars_used + n); in textiowrapper_get_decoded_chars()
1758 self->decoded_chars_used += n; in textiowrapper_get_decoded_chars()
2153 start = self->decoded_chars_used; in _textiowrapper_readline()
2158 assert(self->decoded_chars_used in _textiowrapper_readline()
[all...]

Completed in 4 milliseconds