Searched refs:XKB_KEY_Zcaron (Results 1 – 2 of 2) sorted by relevance
683 else if (sym >= XKB_KEY_Zcaron && sym <= XKB_KEY_Zabovedot) in XConvertCase()684 *lower += (XKB_KEY_zcaron - XKB_KEY_Zcaron); in XConvertCase()692 *upper -= (XKB_KEY_zcaron - XKB_KEY_Zcaron); in XConvertCase()
757 #define XKB_KEY_Zcaron 0x01ae /* U+017D LATIN CAPITAL LETTER Z WITH CARON */ macro