Lines Matching refs:find
83 /// preceding `.*?`). This is used by the DFA to find the starting location
142 /// are completely unsupported. (This means both `find` and `captures`
576 unreachable!("BUG: RegexSet cannot be used with find")
702 lits.find(&text[start..]).map(|(s, e)| (start + s, start + e))
723 .find(&text[start..])
752 // Now run the DFA in reverse to find the start of the match.
843 last_literal += match lcs.find(&text[last_literal..]) {
890 // Now run the DFA forwards to find the proper end of the match.
966 /// Like find, but executes an NFA engine.
1352 // If our set of prefixes is complete, then we can use it to find