Searched refs:char_escape (Results 1 – 1 of 1) sorted by relevance
1775 fn write_char_escape<W>(&mut self, writer: &mut W, char_escape: CharEscape) -> io::Result<()> in write_char_escape()1781 let s = match char_escape { in write_char_escape()2100 let char_escape = CharEscape::from_escape_table(escape, byte); localVariable2101 tri!(formatter.write_char_escape(writer, char_escape));