Lines Matching refs:Text
106 type Text: ?Sized + fmt::Debug;
122 fn next_after_empty(&self, text: &Self::Text, i: usize) -> usize;
127 text: &Self::Text,
132 fn is_match_at(&self, text: &Self::Text, start: usize) -> bool;
137 text: &Self::Text,
146 text: &Self::Text,
152 fn find_iter(self, text: &Self::Text) -> Matches<'_, Self> {
158 fn captures_iter(self, text: &Self::Text) -> CaptureMatches<'_, Self> {
168 R::Text: 't,
171 text: &'t R::Text,
179 R::Text: 't,
182 pub fn text(&self) -> &'t R::Text {
195 R::Text: 't + AsRef<[u8]>,
228 R::Text: 't + AsRef<[u8]>,
238 R::Text: 't;
243 R::Text: 't,
246 pub fn text(&self) -> &'t R::Text {
259 R::Text: 't + AsRef<[u8]>,
292 R::Text: 't + AsRef<[u8]>,