Lines Matching refs:unicode
241 if (kke->unicode == KBK_Void) { in kbdAppKeyEvent()
249 if (kke->unicode == KBK_Caps_Lock || in kbdAppKeyEvent()
250 kke->unicode == KBK_Num_Lock || in kbdAppKeyEvent()
251 kke->unicode == KBK_Scroll_Lock) { in kbdAppKeyEvent()
268 if (KBD_UC_IS_MODIFIER(kke->unicode)) { in kbdAppKeyEvent()
278 if (KBD_UC_IS_PRIVATE(kke->unicode) || (kke->unicode <= ' ')) { in kbdAppKeyEvent()
281 if (kke->unicode == SpecialTable[i].code) { in kbdAppKeyEvent()
289 outputUTF8(kke->unicode); in kbdAppKeyEvent()
295 OSReport (" (%s) utf32 unicode: 0x%08x", countryName[country], kke->unicode); in kbdAppKeyEvent()
314 if (kke->unicode == KBK_Katakana_Hiragana) { in kbdAppKeyEvent()
339 if (kke->unicode == ' ' && ((kke->modState & KBD_MS_ALT)==KBD_MS_ALT)) { in kbdAppKeyEvent()