Lines Matching refs:unicode
239 if (kke->unicode == KBK_Void) { in kbdAppKeyEvent()
247 if (kke->unicode == KBK_Caps_Lock || in kbdAppKeyEvent()
248 kke->unicode == KBK_Num_Lock || in kbdAppKeyEvent()
249 kke->unicode == KBK_Scroll_Lock) { in kbdAppKeyEvent()
266 if (KBD_UC_IS_MODIFIER(kke->unicode)) { in kbdAppKeyEvent()
276 if (KBD_UC_IS_PRIVATE(kke->unicode) || (kke->unicode <= ' ')) { in kbdAppKeyEvent()
279 if (kke->unicode == SpecialTable[i].code) { in kbdAppKeyEvent()
287 outputUTF8(kke->unicode); in kbdAppKeyEvent()
293 OSReport (" (%s) utf32 unicode: 0x%08x", countryName[country], kke->unicode); in kbdAppKeyEvent()
312 if (kke->unicode == KBK_Katakana_Hiragana) { in kbdAppKeyEvent()
337 if (kke->unicode == ' ' && ((kke->modState & KBD_MS_ALT)==KBD_MS_ALT)) { in kbdAppKeyEvent()