Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
Dtextio.c2740 #define DECODER_DECODE(start, len, res) do { \ in _io_TextIOWrapper_tell_impl() macro
2759 DECODER_DECODE(input, skip_bytes, chars_decoded); in _io_TextIOWrapper_tell_impl()
2803 DECODER_DECODE(input, (Py_ssize_t)1, n); in _io_TextIOWrapper_tell_impl()