Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dvirtual_console.rs125 pub utf_count: u8, field
195 utf_count: Default::default(), in new()
264 self.utf_count = 0; in reset()
351 if self.utf_count == 0 { in translate_unicode()
358 self.utf_count -= 1; in translate_unicode()
359 if self.utf_count > 0 { in translate_unicode()
377 if self.utf_count > 0 { in translate_unicode()
378 self.utf_count = 0; in translate_unicode()
390 self.utf_count = 1; in translate_unicode()
393 self.utf_count = 2; in translate_unicode()
[all …]