Lines Matching +defs:r +defs:c +defs:text
401 Py_UCS4 c; in _PyIncrementalNewlineDecoder_decode() local
424 Py_UCS4 c; in _PyIncrementalNewlineDecoder_decode() local
465 Py_UCS4 c; in _PyIncrementalNewlineDecoder_decode() local
704 ascii_encode(textio *self, PyObject *text) in ascii_encode()
710 utf16be_encode(textio *self, PyObject *text) in utf16be_encode()
717 utf16le_encode(textio *self, PyObject *text) in utf16le_encode()
724 utf16_encode(textio *self, PyObject *text) in utf16_encode()
739 utf32be_encode(textio *self, PyObject *text) in utf32be_encode()
746 utf32le_encode(textio *self, PyObject *text) in utf32le_encode()
753 utf32_encode(textio *self, PyObject *text) in utf32_encode()
768 utf8_encode(textio *self, PyObject *text) in utf8_encode()
774 latin1_encode(textio *self, PyObject *text) in latin1_encode()
854 int r; in _textiowrapper_set_decoder() local
909 int r; in _textiowrapper_set_encoder() local
1031 int r; in _io_TextIOWrapper___init___impl() local
1524 _io_TextIOWrapper_write_impl(textio *self, PyObject *text) in _io_TextIOWrapper_write_impl()
2927 int r; in _io_TextIOWrapper_close_impl() local