Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_codecs.py455 ill_formed_sequence = b"\x80\xdc\x00\x00" variable in UTF32Test
457 ill_formed_sequence = b"\x00\x00\xdc\x80" variable in UTF32Test
550 ill_formed_sequence = b"\x80\xdc\x00\x00" variable in UTF32LETest
596 ill_formed_sequence = b"\x00\x00\xdc\x80" variable in UTF32BETest
643 ill_formed_sequence = b"\x80\xdc" variable in UTF16Test
645 ill_formed_sequence = b"\xdc\x80" variable in UTF16Test
741 ill_formed_sequence = b"\x80\xdc" variable in UTF16LETest
785 ill_formed_sequence = b"\xdc\x80" variable in UTF16BETest
829 ill_formed_sequence = b"\xed\xb2\x80" variable in UTF8Test