Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dtextio.c680 char encoding_start_of_stream; member
743 if (!self->encoding_start_of_stream) { in utf16_encode()
775 if (!self->encoding_start_of_stream) { in utf32_encode()
1042 self->encoding_start_of_stream = 0; in textiowrapper_init()
1047 self->encoding_start_of_stream = 1; in textiowrapper_init()
1060 self->encoding_start_of_stream = 0; in textiowrapper_init()
1299 self->encoding_start_of_stream = 0; in textiowrapper_write()
1995 self->encoding_start_of_stream = 1; in _textiowrapper_encoder_setstate()
2000 self->encoding_start_of_stream = 0; in _textiowrapper_encoder_setstate()
/external/python/cpython3/Modules/_io/
Dtextio.c666 char encoding_start_of_stream; member
729 if (!self->encoding_start_of_stream) { in utf16_encode()
758 if (!self->encoding_start_of_stream) { in utf32_encode()
967 self->encoding_start_of_stream = 1; in _textiowrapper_fix_encoder_state()
982 self->encoding_start_of_stream = 0; in _textiowrapper_fix_encoder_state()
1258 self->encoding_start_of_stream = 0; in _io_TextIOWrapper___init___impl()
1670 self->encoding_start_of_stream = 0; in _io_TextIOWrapper_write_impl()
2424 self->encoding_start_of_stream = 1; in _textiowrapper_encoder_reset()
2429 self->encoding_start_of_stream = 0; in _textiowrapper_encoder_reset()