Home
last modified time | relevance | path

Searched refs:xkb_compose_state_get_status (Results 1 – 6 of 6) sorted by relevance

/external/libxkbcommon/test/
Dcompose.c104 status = xkb_compose_state_get_status(state); in test_compose_seq_va()
370 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_NOTHING); in test_state()
372 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_NOTHING); in test_state()
374 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_NOTHING); in test_state()
376 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_COMPOSING); in test_state()
378 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_NOTHING); in test_state()
380 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_COMPOSING); in test_state()
382 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_CANCELLED); in test_state()
384 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_COMPOSING); in test_state()
386 assert(xkb_compose_state_get_status(state) == XKB_COMPOSE_CANCELLED); in test_state()
[all …]
/external/libxkbcommon/xkbcommon/
Dxkbcommon-compose.h446 xkb_compose_state_get_status(struct xkb_compose_state *state);
/external/libxkbcommon/
Dxkbcommon.map82 xkb_compose_state_get_status;
/external/libxkbcommon/src/compose/
Dstate.c136 xkb_compose_state_get_status(struct xkb_compose_state *state) in xkb_compose_state_get_status() function
/external/libxkbcommon/tools/
Dtools-common.c76 status = xkb_compose_state_get_status(compose_state); in tools_print_keycode_state()
Dinteractive-evdev.c278 status = xkb_compose_state_get_status(kbd->compose_state); in process_event()