Searched defs:is_match_at (Results 1 – 4 of 4) sorted by relevance
/third_party/rust/crates/regex/src/ |
D | re_trait.rs | 132 fn is_match_at(&self, text: &Self::Text, start: usize) -> bool; in is_match_at() method
|
D | exec.rs | 401 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
|
D | re_bytes.rs | 580 pub fn is_match_at(&self, text: &[u8], start: usize) -> bool { in is_match_at() method
|
D | re_unicode.rs | 638 pub fn is_match_at(&self, text: &str, start: usize) -> bool { in is_match_at() method
|