Home
last modified time | relevance | path

Searched refs:xkb_compose_state_new (Results 1 – 5 of 5) sorted by relevance

/external/libxkbcommon/xkbcommon/
Dxkbcommon.map76 xkb_compose_state_new;
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon-compose.h303 xkb_compose_state_new(struct xkb_compose_table *table,
/external/libxkbcommon/xkbcommon/src/compose/
Dstate.c47 xkb_compose_state_new(struct xkb_compose_table *table, in xkb_compose_state_new() function
/external/libxkbcommon/xkbcommon/test/
Dcompose.c72 state = xkb_compose_state_new(table, XKB_COMPOSE_STATE_NO_FLAGS); in test_compose_seq_va()
365 state = xkb_compose_state_new(table, XKB_COMPOSE_STATE_NO_FLAGS); in test_state()
Dinteractive-evdev.c123 compose_state = xkb_compose_state_new(compose_table, in keyboard_new()