Home
last modified time | relevance | path

Searched refs:splitSpaces (Results 1 – 4 of 4) sorted by relevance

/build/kati/
Dstrutil_test.go49 got := splitSpaces(tc.in)
51 t.Errorf(`splitSpaces(%q)=%q, want %q`, tc.in, got, tc.want)
Dstrutil.go35 func splitSpaces(s string) []string { func
Dexpr.go253 vals := splitSpaces(buf.String())
Deval.go500 pats := splitSpaces(buf.String())