Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dsearch.go12 type stringFinder struct { struct
14 pattern string
23 badCharSkip [256]int
45 goodSuffixSkip []int
102 func (f *stringFinder) next(text string) int {