Searched refs:UNICODE_IS_CONTROL (Results 1 – 1 of 1) sorted by relevance
64 #define UNICODE_IS_CONTROL(uc) ((uc)<32 || ((uc)>=128 && (uc)<=159)) macro308 if (UNICODE_IS_CONTROL(utf16)) { in kbdAppKeyEvent()