Home
last modified time | relevance | path

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

/external/libxkbcommon/src/
Dkeysym.c698 *lower += (XKB_KEY_scaron - XKB_KEY_Scaron); in XConvertCase()
705 else if (sym >= XKB_KEY_scaron && sym <= XKB_KEY_zacute) in XConvertCase()
706 *upper -= (XKB_KEY_scaron - XKB_KEY_Scaron); in XConvertCase()
/external/libxkbcommon/include/xkbcommon/
Dxkbcommon-keysyms.h765 #define XKB_KEY_scaron 0x01b9 /* U+0161 LATIN SMALL LETTER S WITH CARON */ macro