Searched defs:to_ascii (Results 1 – 2 of 2) sorted by relevance
454 pub fn to_ascii<'a>(&'a mut self, domain: &str, out: &mut String) -> Result<(), Errors> { in to_ascii() method558 pub fn to_ascii(self, domain: &str) -> Result<String, Errors> { in to_ascii() method
2442 int to_ascii(custom_char c) { return c; } in to_ascii() function