Searched refs:substPatternBytes (Results 1 – 3 of 3) sorted by relevance
/build/kati/ |
D | strutil_test.go | 162 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)
|
D | strutil.go | 178 func substPatternBytes(pat, repl, str []byte) (pre, subst, post []byte) { func
|
D | func.go | 220 pre, subst, post := substPatternBytes(pat, repl, word)
|