Lines Matching defs:canonical
29 // canonical indicates that the encoding is the expected encoding of the
31 canonical,
33 // need not be the canonical one.
47 {canonical, "", ""},
48 {canonical, "f", "Zg==\n"},
49 {canonical, "fo", "Zm8=\n"},
50 {canonical, "foo", "Zm9v\n"},
51 {canonical, "foob", "Zm9vYg==\n"},
52 {canonical, "fooba", "Zm9vYmE=\n"},
53 {canonical, "foobar", "Zm9vYmFy\n"},
66 {canonical, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
74 {canonical, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
77 {canonical,
122 if (t->relation != canonical) {
156 // The non-canonical encodings will generally have odd whitespace etc
174 } else if (t->relation == canonical) {
195 if (t->relation != canonical) {
237 if (t->relation == canonical) {
285 case canonical: