Lines Matching refs:byteset
62 byteset: ApproximateByteSet,
85 let byteset = ApproximateByteSet::new(needle);
95 Forward(TwoWay { byteset, critical_pos, shift })
174 if !self.0.byteset.contains(haystack[pos + last_byte]) {
220 if !self.0.byteset.contains(haystack[pos + last_byte]) {
252 let byteset = ApproximateByteSet::new(needle);
263 Reverse(TwoWay { byteset, critical_pos, shift })
321 if !self.0.byteset.contains(haystack[pos - nlen]) {
358 if !self.0.byteset.contains(haystack[pos - nlen]) {
386 byteset: ApproximateByteSet::new(b""),