Home
last modified time | relevance | path

Searched refs:textiowrapper_get_decoded_chars (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_io/
Dtextio.c1357 textiowrapper_get_decoded_chars(textio *self, Py_ssize_t n) in textiowrapper_get_decoded_chars() function
1527 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()
/external/python/cpython3/Modules/_io/
Dtextio.c1752 textiowrapper_get_decoded_chars(textio *self, Py_ssize_t n) in textiowrapper_get_decoded_chars() function
1952 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()