Home | History | Annotate | Download | only in strings

Lines Matching refs:For

13 	// pattern is the string that we are searching for in the text.
31 // shift the matching frame to align with the next suffix chunk. For
40 // suffix. For example, in the pattern "abcxxxabc", when the first
58 for i := range f.badCharSkip {
64 for i := 0; i < last; i++ {
72 for i := last; i >= 0; i-- {
80 for i := 0; i < last; i++ {
92 for ; i < len(a) && i < len(b); i++ {
104 for i < len(text) {
107 for j >= 0 && text[i] == f.pattern[j] {