Searched refs:is_anchor_end_match (Results 1 – 1 of 1) sorted by relevance
439 if !self.is_anchor_end_match(text) { in shortest_match_at()488 if !self.is_anchor_end_match(text) { in is_match_at()538 if !self.is_anchor_end_match(text) { in find_at()612 if !self.is_anchor_end_match(text) { in captures_read_at()1157 if !self.is_anchor_end_match(text) { in many_matches_at()1228 fn is_anchor_end_match(&self, text: &[u8]) -> bool { in is_anchor_end_match() method