Home
last modified time | relevance | path

Searched defs:to_ascii (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/idna/src/
Duts46.rs454 pub fn to_ascii<'a>(&'a mut self, domain: &str, out: &mut String) -> Result<(), Errors> { in to_ascii() method
558 pub fn to_ascii(self, domain: &str) -> Result<String, Errors> { in to_ascii() method
/external/fmtlib/test/
Dformat-test.cc2442 int to_ascii(custom_char c) { return c; } in to_ascii() function