Home
last modified time | relevance | path

Searched refs:is_anchor_end_match (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/regex/src/
Dexec.rs442 if !self.is_anchor_end_match(text) { in shortest_match_at()
491 if !self.is_anchor_end_match(text) { in is_match_at()
541 if !self.is_anchor_end_match(text) { in find_at()
615 if !self.is_anchor_end_match(text) { in captures_read_at()
1160 if !self.is_anchor_end_match(text) { in many_matches_at()
1231 fn is_anchor_end_match(&self, text: &[u8]) -> bool { in is_anchor_end_match() method