Searched refs:from_char (Results 1 – 4 of 4) sorted by relevance
74 (E::from_char(c), closing_pos + 1) in unescape()86 fn from_char(c: char) -> Self; in from_char() method94 fn from_char(_: char) -> Self { in from_char() method104 fn from_char(c: char) -> Self { in from_char() method
26 fn from_char(input: I, _: char) -> Self { in from_char() method184 fn from_char(input: I, c: char) -> Self { in from_char() method
41 Some((_, false)) => Err(Err::Error(Error::from_char(i, c))), in char()
42 _ => Err(Err::Error(Error::from_char(i, c))), in char()