Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/tests/
Dtest_default_bytes.rs68 mod shortest_match; module
Dtest_default.rs55 mod shortest_match; module
/third_party/rust/crates/regex/src/
Dre_bytes.rs556 pub fn shortest_match(&self, text: &[u8]) -> Option<usize> { in shortest_match() method
Dre_unicode.rs614 pub fn shortest_match(&self, text: &str) -> Option<usize> { in shortest_match() method