Searched refs:XKB_KEY_scaron (Results 1 – 2 of 2) sorted by relevance
698 *lower += (XKB_KEY_scaron - XKB_KEY_Scaron); in XConvertCase()705 else if (sym >= XKB_KEY_scaron && sym <= XKB_KEY_zacute) in XConvertCase()706 *upper -= (XKB_KEY_scaron - XKB_KEY_Scaron); in XConvertCase()
765 #define XKB_KEY_scaron 0x01b9 /* U+0161 LATIN SMALL LETTER S WITH CARON */ macro