Lines Matching full:strict
15 ("abc\x80\x80\xc1\xc4", "strict", None),
16 ("abc\xc8", "strict", None),
27 ("abc\x80\x80\xc1\xc4", "strict", None),
28 ("abc\xc8", "strict", None),
34 ("\xa4\xd4", "strict", None),
35 ("\xa4\xd4\xa4", "strict", None),
36 ("\xa4\xd4\xa4\xb6", "strict", None),
37 ("\xa4\xd4\xa4\xb6\xa4", "strict", None),
38 ("\xa4\xd4\xa4\xb6\xa4\xd0", "strict", None),
39 ("\xa4\xd4\xa4\xb6\xa4\xd0\xa4", "strict", None),
40 ("\xa4\xd4\xa4\xb6\xa4\xd0\xa4\xd4", "strict", u"\uc4d4"),
41 ("\xa4\xd4\xa4\xb6\xa4\xd0\xa4\xd4x", "strict", u"\uc4d4x"),
43 ("\xa4\xd4\xa3\xb6\xa4\xd0\xa4\xd4", "strict", None),
44 ("\xa4\xd4\xa4\xb6\xa3\xd0\xa4\xd4", "strict", None),
45 ("\xa4\xd4\xa4\xb6\xa4\xd0\xa3\xd4", "strict", None),
49 ("\xc1\xc4", "strict", u"\uc894"),
57 ("abc\x80\x80\xc1\xc4", "strict", None),
58 ("abc\xc8", "strict", None),