Home
last modified time | relevance | path

Searched refs:needle_start (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/regex/src/literal/
Dimp.rs943 let needle_start = haystack.len(); in bm_memchr_fallback_indexing_bug() localVariable
947 assert_eq!(needle_start, searcher.find(haystack.as_slice()).unwrap()); in bm_memchr_fallback_indexing_bug()
1078 needle_start: usize,
1085 let needle_start = needle_start % haystack.len(); localVariable
1086 let needle_length = needle_length % (haystack.len() - needle_start);
1092 let needle = &haystack[needle_start..(needle_start + needle_length)];
1101 nf_start <= needle_start