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