Searched defs:to_ascii (Results 1 – 2 of 2) sorted by relevance
480 pub fn to_ascii(&mut self, domain: &str, out: &mut String) -> Result<(), Errors> { in to_ascii() method570 pub fn to_ascii(self, domain: &str) -> Result<String, Errors> { in to_ascii() method
170 auto to_ascii(custom_char c) -> char { return c; } in to_ascii() function