Home
last modified time | relevance | path

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/
Ddfa.rs210 fn is_match_at(&self, bytes: &[u8], start: usize) -> bool { in is_match_at() method
Dregex.rs262 pub fn is_match_at(&self, input: &[u8], start: usize) -> bool { in is_match_at() method
Dsparse.rs465 fn is_match_at(&self, bytes: &[u8], start: usize) -> bool { in is_match_at() method
Ddense.rs612 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/
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_trait.rs132 fn is_match_at(&self, text: &Self::Text, 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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regexset/
H A Dstring.rs244 pub fn is_match_at(&self, haystack: &str, start: usize) -> bool { in is_match_at() method
H A Dbytes.rs248 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 Dstring.rs1071 pub fn is_match_at(&self, haystack: &str, start: usize) -> bool { in is_match_at() method
H A Dbytes.rs1084 pub fn is_match_at(&self, haystack: &[u8], start: usize) -> bool { in is_match_at() method