Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
Dre_trait.rs125 fn shortest_match_at( in shortest_match_at() method
Dexec.rs396 fn shortest_match_at(&self, text: &str, start: usize) -> Option<usize> { in shortest_match_at() method
438 fn shortest_match_at(&self, text: &[u8], start: usize) -> Option<usize> { in shortest_match_at() method
Dre_bytes.rs566 pub fn shortest_match_at( in shortest_match_at() method
Dre_unicode.rs624 pub fn shortest_match_at( in shortest_match_at() method