Searched refs:XKB_KEY_cabovedot (Results 1 – 2 of 2) sorted by relevance
709 *lower += (XKB_KEY_cabovedot - XKB_KEY_Cabovedot); in XConvertCase()710 else if (sym >= XKB_KEY_cabovedot && sym <= XKB_KEY_scircumflex) in XConvertCase()711 *upper -= (XKB_KEY_cabovedot - XKB_KEY_Cabovedot); in XConvertCase()
827 #define XKB_KEY_cabovedot 0x02e5 /* U+010B LATIN SMALL LETTER C WITH DOT ABOVE… macro