Searched refs:XKB_KEY_hstroke (Results 1 – 2 of 2) sorted by relevance
701 *lower += (XKB_KEY_hstroke - XKB_KEY_Hstroke); in XConvertCase()704 else if (sym >= XKB_KEY_hstroke && sym <= XKB_KEY_hcircumflex) in XConvertCase()705 *upper -= (XKB_KEY_hstroke - XKB_KEY_Hstroke); in XConvertCase()
816 #define XKB_KEY_hstroke 0x02b1 /* U+0127 LATIN SMALL LETTER H WITH STROKE */ macro