Home
last modified time | relevance | path

Searched refs:substPatternBytes (Results 1 – 3 of 3) sorted by relevance

/build/kati/
Dstrutil_test.go162 got = concatStr(substPatternBytes([]byte(tc.pat), []byte(tc.repl), []byte(tc.in)))
165 t.Errorf(`substPatternBytes(%q,%q,%q)=%q, want %q`, tc.pat, tc.repl, tc.in, got, tc.want)
Dstrutil.go178 func substPatternBytes(pat, repl, str []byte) (pre, subst, post []byte) { func
Dfunc.go220 pre, subst, post := substPatternBytes(pat, repl, word)