Home
last modified time | relevance | path

Searched defs:shortest_match (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/regex/tests/
Dtest_default_bytes.rs71 mod shortest_match; module
Dtest_default.rs56 mod shortest_match; module
/external/rust/crates/regex-automata/src/
Ddfa.rs121 fn shortest_match(&self, bytes: &[u8]) -> Option<usize> { in shortest_match() method
Dregex.rs217 pub fn shortest_match(&self, input: &[u8]) -> Option<usize> { in shortest_match() method
/external/rust/crates/regex/src/
Dre_bytes.rs556 pub fn shortest_match(&self, text: &[u8]) -> Option<usize> { in shortest_match() method
Dre_unicode.rs615 pub fn shortest_match(&self, text: &str) -> Option<usize> { in shortest_match() method