Lines Matching defs:read
1574 let mut read = start;1580 while read < bytes.len() {1581 match bytes[read] {1584 read += 1;1591 bytes[write] = bytes[read];1601 match bytes[read + 1..]1624 if bytes[read] == b'-' {1625 bytes[write] = bytes[read];1628 read += 1;1634 read += 1;1643 let suffix = digits.split_off(read);