Searched refs:textiowrapper_get_decoded_chars (Results 1 – 2 of 2) sorted by relevance
1357 textiowrapper_get_decoded_chars(textio *self, Py_ssize_t n) in textiowrapper_get_decoded_chars() function1527 result = textiowrapper_get_decoded_chars(self, -1); in textiowrapper_read()1548 result = textiowrapper_get_decoded_chars(self, n); in textiowrapper_read()1574 result = textiowrapper_get_decoded_chars(self, remaining); in textiowrapper_read()
1752 textiowrapper_get_decoded_chars(textio *self, Py_ssize_t n) in textiowrapper_get_decoded_chars() function1952 result = textiowrapper_get_decoded_chars(self, -1); in _io_TextIOWrapper_read_impl()1971 result = textiowrapper_get_decoded_chars(self, n); in _io_TextIOWrapper_read_impl()2000 result = textiowrapper_get_decoded_chars(self, remaining); in _io_TextIOWrapper_read_impl()