Lines Matching defs:next
66 fn next(&mut self) -> Option<Option<(usize, usize)>> {
117 /// Returns the position of the next character after `i`.
121 /// length of the next UTF-8 sequence.
199 fn next(&mut self) -> Option<(usize, usize)> {
209 // the next search at the smallest possible starting position
210 // of the next match following this one.
213 // Just move on to the next match.
215 return self.next();
263 fn next(&mut self) -> Option<Locations> {
279 return self.next();