Home
last modified time | relevance | path

Searched refs:XKB_KEY_amacron (Results 1 – 2 of 2) sorted by relevance

/external/libxkbcommon/xkbcommon/src/
Dkeysym.c724 *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()
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon-keysyms.h866 #define XKB_KEY_amacron 0x03e0 /* U+0101 LATIN SMALL LETTER A WITH MACRON */ macro