Home
last modified time | relevance | path

Searched refs:searcher_str (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dre_unicode.rs245 Matches(self.0.searcher_str().find_iter(text)) in find()
349 CaptureMatches(self.0.searcher_str().captures_iter(text)) in captures_iter()
629 self.0.searcher_str().shortest_match_at(text, start) in shortest_match_at()
639 self.0.searcher_str().is_match_at(text, start) in is_match_at()
654 .searcher_str() in find_at()
690 .searcher_str() in find_at()
731 CaptureLocations(self.0.searcher_str().locations()) in capture_locations()
740 CaptureLocations(self.0.searcher_str().locations()) in locations()
H A Dexec.rs1272 pub fn searcher_str(&self) -> ExecNoSyncStr<'_> { in searcher_str() functions

Completed in 4 milliseconds