Lines Matching refs:as_char
37 let b = t.as_char() == c;
42 Some((c, true)) => Ok((i.slice(c.len()..), c.as_char())),
68 let c = t.as_char();
99 Some((c, true)) => Ok((i.slice(c.len()..), c.as_char())),
124 Some((c, true)) => Ok((i.slice(c.len()..), c.as_char())),
180 let c = item.as_char();
186 let nth = it.next().unwrap().as_char();
298 None => Ok((input.slice(input.input_len()..), c.as_char())),
299 Some((idx, _)) => Ok((input.slice(idx..), c.as_char())),
533 let c = item.as_char();
557 let c = item.as_char();
583 let c = item.as_char();
608 let c = item.as_char();
654 match c.as_char().to_digit(10) {
670 match c.as_char().to_digit(10) {
714 match c.as_char().to_digit(10) {