Lines Matching refs:unicode
249 if (kke->unicode == KBK_Void) { in kbdAppKeyEvent()
257 if (kke->unicode == KBK_Caps_Lock || in kbdAppKeyEvent()
258 kke->unicode == KBK_Num_Lock || in kbdAppKeyEvent()
259 kke->unicode == KBK_Scroll_Lock) { in kbdAppKeyEvent()
276 if (KBD_UC_IS_MODIFIER(kke->unicode)) { in kbdAppKeyEvent()
286 if (KBD_UC_IS_PRIVATE(kke->unicode) || (kke->unicode <= ' ')) { in kbdAppKeyEvent()
289 if (kke->unicode == SpecialTable[i].code) { in kbdAppKeyEvent()
297 outputUTF8(kke->unicode); in kbdAppKeyEvent()
303 OSReport (" (%s) utf32 unicode: 0x%08x", countryName[country], kke->unicode); in kbdAppKeyEvent()
322 if (kke->unicode == KBK_Katakana_Hiragana) { in kbdAppKeyEvent()
347 if (kke->unicode == ' ' && ((kke->modState & KBD_MS_ALT)==KBD_MS_ALT)) { in kbdAppKeyEvent()