Searched refs:char (Results 1 – 4 of 4) sorted by relevance
64 char,
75 0x20..=0x7e => f.write_char(b as char)?, in fmt()111 0x20..=0x7e => f.write_char(b as char)?, in fmt()479 f.write_char(c as char)?; in fmt()512 0x20..=0x7e => f.write_char(c as char)?, in fmt()
41 pub(crate) fn expect_punct(it: &mut token_stream::IntoIter) -> char { in expect_punct() argument
1609 char,
Completed in 11 milliseconds