Searched defs:is_match_at (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/ |
D | dfa.rs | 210 fn is_match_at(&self, bytes: &[u8], start: usize) -> bool { in is_match_at() method
|
D | regex.rs | 262 pub fn is_match_at(&self, input: &[u8], start: usize) -> bool { in is_match_at() method
|
D | sparse.rs | 465 fn is_match_at(&self, bytes: &[u8], start: usize) -> bool { in is_match_at() method
|
D | dense.rs | 612 fn is_match_at(&self, bytes: &[u8], start: usize) -> bool { in is_match_at() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/ |
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_trait.rs | 132 fn is_match_at(&self, text: &Self::Text, 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
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regexset/ |
H A D | string.rs | 244 pub fn is_match_at(&self, haystack: &str, start: usize) -> bool { in is_match_at() method
|
H A D | bytes.rs | 248 pub fn is_match_at(&self, haystack: &[u8], start: usize) -> bool { in is_match_at() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regex/ |
H A D | string.rs | 1071 pub fn is_match_at(&self, haystack: &str, start: usize) -> bool { in is_match_at() method
|
H A D | bytes.rs | 1084 pub fn is_match_at(&self, haystack: &[u8], start: usize) -> bool { in is_match_at() method
|