Home
last modified time | relevance | path

Searched refs:is_suffix (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/memchr/src/memmem/
H A Drabinkarp.rs88 if nhash.eq(hash) && is_suffix(haystack, needle) {
221 fn is_suffix(haystack: &[u8], needle: &[u8]) -> bool { in is_suffix() functions
222 crate::memmem::util::is_suffix(haystack, needle) in is_suffix()
H A Dtwoway.rs447 if !util::is_suffix(&v[..period_lower_bound], u) { in forward()
/third_party/rust/crates/regex/src/
H A Dexec.rs1239 if lcs.len() >= 1 && !lcs.is_suffix(text) { in is_anchor_end_match()

Completed in 4 milliseconds