Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-debug/src/
Dmain.rs161 println!("{}", escape_unicode(lits.longest_common_prefix())); in cmd_literals()
/third_party/rust/crates/regex/src/literal/
Dimp.rs61 lcp: Memmem::new(lits.longest_common_prefix()), in new()
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
Dmod.rs156 pub fn longest_common_prefix(&self) -> &[u8] { in longest_common_prefix() method
1633 let got = lits.longest_common_prefix();