Home
last modified time | relevance | path

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

/external/rust/crates/regex/src/
Dre_unicode.rs246 Matches(self.0.searcher_str().find_iter(text)) in find_iter()
350 CaptureMatches(self.0.searcher_str().captures_iter(text)) in captures_iter()
630 self.0.searcher_str().shortest_match_at(text, start) in shortest_match_at()
655 .searcher_str() in find_at()
691 .searcher_str() in captures_read_at()
732 CaptureLocations(self.0.searcher_str().locations()) in capture_locations()
741 CaptureLocations(self.0.searcher_str().locations()) in locations()
Dexec.rs1275 pub fn searcher_str(&self) -> ExecNoSyncStr { in searcher_str() method