Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dconsolemap.c717 unsigned short uni = translations[USER_MAP][c]; in conv_8bit_to_uni() local
718 return uni == (0xf000 | c) ? c : uni; in conv_8bit_to_uni()
721 int conv_uni_to_8bit(u32 uni) in conv_uni_to_8bit() argument
725 if (translations[USER_MAP][c] == uni || in conv_uni_to_8bit()
726 (translations[USER_MAP][c] == (c | 0xf000) && uni == c)) in conv_uni_to_8bit()
DMakefile4 FONTMAPFILE = cp437.uni