Lines Matching refs:unicode
252 if (kke->unicode == KBK_Void) { in kbdAppKeyEvent()
260 if (kke->unicode == KBK_Caps_Lock || in kbdAppKeyEvent()
261 kke->unicode == KBK_Num_Lock || in kbdAppKeyEvent()
262 kke->unicode == KBK_Scroll_Lock) { in kbdAppKeyEvent()
279 if (KBD_UC_IS_MODIFIER(kke->unicode)) { in kbdAppKeyEvent()
289 if (KBD_UC_IS_PRIVATE(kke->unicode) || (kke->unicode <= ' ')) { in kbdAppKeyEvent()
292 if (kke->unicode == SpecialTable[i].code) { in kbdAppKeyEvent()
300 outputUTF8(kke->unicode); in kbdAppKeyEvent()
306 OSReport (" (%s) utf32 unicode: 0x%08x", countryName[country], kke->unicode); in kbdAppKeyEvent()
325 if (kke->unicode == KBK_Katakana_Hiragana) { in kbdAppKeyEvent()
350 if (kke->unicode == ' ' && ((kke->modState & KBD_MS_ALT)==KBD_MS_ALT)) { in kbdAppKeyEvent()