Home
last modified time | relevance | path

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

/external/libxkbcommon/src/
Dkeysym.c690 *lower += (XKB_KEY_zcaron - XKB_KEY_Zcaron); in XConvertCase()
697 else if (sym >= XKB_KEY_zcaron && sym <= XKB_KEY_zabovedot) in XConvertCase()
698 *upper -= (XKB_KEY_zcaron - XKB_KEY_Zcaron); in XConvertCase()
/external/libxkbcommon/xkbcommon/
Dxkbcommon-keysyms.h770 #define XKB_KEY_zcaron 0x01be /* U+017E LATIN SMALL LETTER Z WITH CARON */ macro