Home
last modified time | relevance | path

Searched defs:SplitAfterN (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/strings/
Dstrings.go290 func SplitAfterN(s, sep string, n int) []string { func
/prebuilts/go/linux-x86/src/bytes/
Dbytes.go372 func SplitAfterN(s, sep []byte, n int) [][]byte { func