Searched refs:XKB_KEY_i (Results 1 – 2 of 2) sorted by relevance
97 assert(test_string("i", XKB_KEY_i)); in test_github_issue_42()99 assert(test_casestring("i", XKB_KEY_i)); in test_github_issue_42()100 assert(test_casestring("I", XKB_KEY_i)); in test_github_issue_42()101 assert(xkb_keysym_to_upper(XKB_KEY_i) == XKB_KEY_I); in test_github_issue_42()102 assert(xkb_keysym_to_lower(XKB_KEY_I) == XKB_KEY_i); in test_github_issue_42()
619 #define XKB_KEY_i 0x0069 /* U+0069 LATIN SMALL LETTER I */ macro