Lines Matching refs:as_char
38 let b = t.as_char() == c;
41 Some((c, true)) => Ok((i.slice(c.len()..), c.as_char())),
68 let c = t.as_char();
96 Some((c, true)) => Ok((i.slice(c.len()..), c.as_char())),
120 Some((c, true)) => Ok((i.slice(c.len()..), c.as_char())),
186 let c = item.as_char();
192 let nth = it.next().unwrap().as_char();
318 None => Ok((input.slice(input.input_len()..), c.as_char())),
319 Some((idx, _)) => Ok((input.slice(idx..), c.as_char())),
614 let c = item.as_char();
643 let c = item.as_char();
673 let c = item.as_char();
702 let c = item.as_char();
748 match c.as_char().to_digit(10) {
764 match c.as_char().to_digit(10) {
808 match c.as_char().to_digit(10) {