Lines Matching full:strict
15 ("abc\x81\x00\x81\x00\x82\x84", "strict", None),
16 ("abc\xf8", "strict", None),
31 ("abc\x80\x80\xc1\xc4", "strict", None),
32 ("abc\xc8", "strict", None),
37 ("\xc1\x64", "strict", None),
38 ("\xa1\xc0", "strict", u"\uff3c"),
46 ("abc\x80\x80\xc1\xc4", "strict", None),
47 ("abc\xc8", "strict", None),
52 ("\xc1\x64", "strict", None),
60 ("\xa1\xc0\\", "strict", u"\uff3c\\"),
61 (u"\xa5", "strict", "\x5c"),
62 (u"\u203e", "strict", "\x7e"),
66 ("abc\x80\x80\x82\x84", "strict", None),
67 ("abc\xf8", "strict", None),
77 ("\\\x7e", "strict", u"\\\x7e"),
78 ("\x81\x5f\x81\x61\x81\x7c", "strict", u"\uff3c\u2016\u2212"),
86 ("abc\x80\x80\x82\x84", "strict", None),
87 ("abc\xf8", "strict", None),