Home
last modified time | relevance | path

Searched defs:ill_formed_sequence (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_codecs.py451 ill_formed_sequence = b"\x80\xdc\x00\x00" variable in UTF32Test
453 ill_formed_sequence = b"\x00\x00\xdc\x80" variable in UTF32Test
546 ill_formed_sequence = b"\x80\xdc\x00\x00" variable in UTF32LETest
592 ill_formed_sequence = b"\x00\x00\xdc\x80" variable in UTF32BETest
639 ill_formed_sequence = b"\x80\xdc" variable in UTF16Test
641 ill_formed_sequence = b"\xdc\x80" variable in UTF16Test
724 ill_formed_sequence = b"\x80\xdc" variable in UTF16LETest
768 ill_formed_sequence = b"\xdc\x80" variable in UTF16BETest
812 ill_formed_sequence = b"\xed\xb2\x80" variable in UTF8Test