Home
last modified time | relevance | path

Searched refs:write_lossy_utf8 (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/termcolor/src/
Dlib.rs2046 write_lossy_utf8(&mut self.wtr, buf) in write()
2058 fn write_lossy_utf8<W: io::Write>(mut w: W, buf: &[u8]) -> io::Result<usize> { in write_lossy_utf8() function