Lines Matching full:canonical
32 // canonical indicates that the encoding is the expected encoding of the
34 canonical, enumerator
36 // need not be the canonical one.
50 {canonical, "", ""},
51 {canonical, "f", "Zg==\n"},
52 {canonical, "fo", "Zm8=\n"},
53 {canonical, "foo", "Zm9v\n"},
54 {canonical, "foob", "Zm9vYg==\n"},
55 {canonical, "fooba", "Zm9vYmE=\n"},
56 {canonical, "foobar", "Zm9vYmFy\n"},
69 {canonical, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
77 {canonical, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
80 {canonical,
126 if (t.relation != canonical) { in TEST_P()
145 // The non-canonical encodings will generally have odd whitespace etc in TEST_P()
160 } else if (t.relation == canonical) { in TEST_P()
168 if (t.relation != canonical) { in TEST_P()
196 if (t.relation == canonical) { in TEST_P()
236 case canonical: in TEST_P()