Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-debug/src/
Dmain.rs163 println!("{}", escape_unicode(lits.longest_common_suffix())); in cmd_literals()
/third_party/rust/crates/regex/src/literal/
Dimp.rs62 lcs: Memmem::new(lits.longest_common_suffix()), in new()
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
Dmod.rs172 pub fn longest_common_suffix(&self) -> &[u8] { in longest_common_suffix() method
1668 let got = lits.longest_common_suffix();