Lines Matching refs:unicode
251 if (kke->unicode == KBK_Void) { in kbdAppKeyEvent()
259 if (kke->unicode == KBK_Caps_Lock || in kbdAppKeyEvent()
260 kke->unicode == KBK_Num_Lock || in kbdAppKeyEvent()
261 kke->unicode == KBK_Scroll_Lock) { in kbdAppKeyEvent()
278 if (KBD_UC_IS_MODIFIER(kke->unicode)) { in kbdAppKeyEvent()
288 if (KBD_UC_IS_PRIVATE(kke->unicode) || (kke->unicode <= ' ')) { in kbdAppKeyEvent()
291 if (kke->unicode == SpecialTable[i].code) { in kbdAppKeyEvent()
299 outputUTF8(kke->unicode); in kbdAppKeyEvent()
305 OSReport (" (%s) utf32 unicode: 0x%08x", countryName[country], kke->unicode); in kbdAppKeyEvent()
324 if (kke->unicode == KBK_Katakana_Hiragana) { in kbdAppKeyEvent()
349 if (kke->unicode == ' ' && ((kke->modState & KBD_MS_ALT)==KBD_MS_ALT)) { in kbdAppKeyEvent()