Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
H A Dtextio.c2722 #define DECODER_DECODE(start, len, res) do { \ in _io_TextIOWrapper_tell_impl() macro
2741 DECODER_DECODE(input, skip_bytes, chars_decoded); in _io_TextIOWrapper_tell_impl()
2785 DECODER_DECODE(input, (Py_ssize_t)1, n); in _io_TextIOWrapper_tell_impl()

Completed in 4 milliseconds