Lines Matching refs:find
632 match self.find(predicate) {
633 // find() returns a byte index that is already in the slice at a char boundary
647 match self.find(predicate) {
649 // find() returns a byte index that is already in the slice at a char boundary
662 match self.find(predicate) {
663 // find() returns a byte index that is already in the slice at a char boundary
683 match self.find(predicate) {
685 // find() returns a byte index that is already in the slice at a char boundary
944 // This matches the behavior of str.find("").
978 self.find(substr)