Searched refs:XKB_KEY_amacron (Results 1 – 2 of 2) sorted by relevance
724 *lower += (XKB_KEY_amacron - XKB_KEY_Amacron); in XConvertCase()725 else if (sym >= XKB_KEY_amacron && sym <= XKB_KEY_umacron) in XConvertCase()726 *upper -= (XKB_KEY_amacron - XKB_KEY_Amacron); in XConvertCase()
866 #define XKB_KEY_amacron 0x03e0 /* U+0101 LATIN SMALL LETTER A WITH MACRON */ macro