Home
last modified time | relevance | path

Searched refs:XKB_KEYSYM_CASE_INSENSITIVE (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/xkbcommon/src/
Dkeysym.c168 bool icase = (flags & XKB_KEYSYM_CASE_INSENSITIVE); in xkb_keysym_from_name()
170 if (flags & ~XKB_KEYSYM_CASE_INSENSITIVE) in xkb_keysym_from_name()
/external/libxkbcommon/xkbcommon/test/
Dkeysym.c45 keysym = xkb_keysym_from_name(string, XKB_KEYSYM_CASE_INSENSITIVE); in test_casestring()
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon.h429 XKB_KEYSYM_CASE_INSENSITIVE = (1 << 0) enumerator