Searched refs:XKB_KEY_rcedilla (Results 1 – 2 of 2) sorted by relevance
722 *lower += (XKB_KEY_rcedilla - XKB_KEY_Rcedilla); in XConvertCase()723 else if (sym >= XKB_KEY_rcedilla && sym <= XKB_KEY_tslash) in XConvertCase()724 *upper -= (XKB_KEY_rcedilla - XKB_KEY_Rcedilla); in XConvertCase()
848 #define XKB_KEY_rcedilla 0x03b3 /* U+0157 LATIN SMALL LETTER R WITH CEDILLA */ macro