Searched refs:XKB_KEY_zcaron (Results 1 – 2 of 2) sorted by relevance
690 *lower += (XKB_KEY_zcaron - XKB_KEY_Zcaron); in XConvertCase()697 else if (sym >= XKB_KEY_zcaron && sym <= XKB_KEY_zabovedot) in XConvertCase()698 *upper -= (XKB_KEY_zcaron - XKB_KEY_Zcaron); in XConvertCase()
770 #define XKB_KEY_zcaron 0x01be /* U+017E LATIN SMALL LETTER Z WITH CARON */ macro