Searched refs:translate_unicode (Results 1 – 1 of 1) sorted by relevance
323 let (ret, rescan) = self.translate_unicode(*c); in translate()348 fn translate_unicode(&mut self, c: u32) -> (Option<u32>, bool) { in translate_unicode() method