Home | History | Annotate | Download | only in strings

Lines Matching full:abcd

31 var abcd = "abcd"
212 {abcd, 4, []string{"a", "b", "c", "d"}},
214 {abcd, 2, []string{"a", "bcd"}},
239 {abcd, "a", 0, nil},
240 {abcd, "a", -1, []string{"", "bcd"}},
241 {abcd, "z", -1, []string{"abcd"}},
242 {abcd, "", -1, []string{"a", "b", "c", "d"}},
278 {abcd, "a", -1, []string{"a", "bcd"}},
279 {abcd, "z", -1, []string{"abcd"}},
280 {abcd, "", -1, []string{"a", "b", "c", "d"}},
833 testStrings := []string{"", abcd, faces, commas}
873 testStrings := []string{"", abcd, faces, commas}
1073 {"ABcd", "ABcd", true},