Home | History | Annotate | Download | only in suffixarray

Lines Matching refs:Of

2 // Use of this source code is governed by a BSD-style
17 name string // name of test case
91 "Now is the time for all good men to come to the aid of their country.",
96 "is the time for all good men to come to the aid of their",
108 // find all occurrences of s in source; report at most n occurrences
112 // find at most n occurrences of s in src
134 // if n >= 0 the number of results is limited --- unless n >= all results,
143 t.Errorf("test %q, lookup %q, result %d (n = %d): index %d out of range [0, %d[", tc.name, s, i, n, r, len(tc.source))
172 // if n >= 0 the number of results is limited --- unless n >= all results,
263 // Of all possible inputs, the random bytes have the least amount of substring
265 // the running time of every input will be between these two.
290 data := make([]byte, 1<<20) // 1MB of data to index