Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds