Home
last modified time | relevance | path

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

/external/rust/crates/regex-automata/src/
Ddfa.rs235 fn shortest_match_at(&self, bytes: &[u8], start: usize) -> Option<usize> { in shortest_match_at() method
Dregex.rs272 pub fn shortest_match_at( in shortest_match_at() method
Dsparse.rs474 fn shortest_match_at(&self, bytes: &[u8], start: usize) -> Option<usize> { in shortest_match_at() method
Ddense.rs625 fn shortest_match_at(&self, bytes: &[u8], start: usize) -> Option<usize> { in shortest_match_at() method
/external/rust/crates/regex/src/
Dre_trait.rs114 fn shortest_match_at( in shortest_match_at() method
Dexec.rs399 fn shortest_match_at(&self, text: &str, start: usize) -> Option<usize> { in shortest_match_at() method
441 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.rs625 pub fn shortest_match_at( in shortest_match_at() method