Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
Dre_trait.rs132 fn is_match_at(&self, text: &Self::Text, start: usize) -> bool; in is_match_at() method
Dexec.rs401 fn is_match_at(&self, text: &str, start: usize) -> bool { in is_match_at() method
487 fn is_match_at(&self, text: &[u8], start: usize) -> bool { in is_match_at() method
Dre_bytes.rs580 pub fn is_match_at(&self, text: &[u8], start: usize) -> bool { in is_match_at() method
Dre_unicode.rs638 pub fn is_match_at(&self, text: &str, start: usize) -> bool { in is_match_at() method