Home
last modified time | relevance | path

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

/external/libxkbcommon/include/xkbcommon/
Dxkbcommon-compose.h139 struct xkb_compose_state;
320 struct xkb_compose_state *
331 struct xkb_compose_state *
332 xkb_compose_state_ref(struct xkb_compose_state *state);
342 xkb_compose_state_unref(struct xkb_compose_state *state);
357 xkb_compose_state_get_compose_table(struct xkb_compose_state *state);
425 xkb_compose_state_feed(struct xkb_compose_state *state,
437 xkb_compose_state_reset(struct xkb_compose_state *state);
446 xkb_compose_state_get_status(struct xkb_compose_state *state);
477 xkb_compose_state_get_utf8(struct xkb_compose_state *state,
[all …]
/external/libxkbcommon/src/compose/
Dstate.c30 struct xkb_compose_state { struct
48 XKB_EXPORT struct xkb_compose_state * argument
52 struct xkb_compose_state *state; in xkb_compose_state_new()
68 XKB_EXPORT struct xkb_compose_state *
69 xkb_compose_state_ref(struct xkb_compose_state *state) in xkb_compose_state_ref()
76 xkb_compose_state_unref(struct xkb_compose_state *state) in xkb_compose_state_unref()
86 xkb_compose_state_get_compose_table(struct xkb_compose_state *state) in xkb_compose_state_get_compose_table()
92 xkb_compose_state_feed(struct xkb_compose_state *state, xkb_keysym_t keysym) in xkb_compose_state_feed()
132 xkb_compose_state_reset(struct xkb_compose_state *state) in xkb_compose_state_reset()
139 xkb_compose_state_get_status(struct xkb_compose_state *state) in xkb_compose_state_get_status()
[all …]
/external/libxkbcommon/tools/
Dtools-common.h41 struct xkb_compose_state *compose_state,
Dinteractive-evdev.c52 struct xkb_compose_state *compose_state;
106 struct xkb_compose_state *compose_state = NULL; in keyboard_new()
Dtools-common.c54 struct xkb_compose_state *compose_state, in tools_print_keycode_state()
/external/libxkbcommon/test/
Dcompose.c71 struct xkb_compose_state *state; in test_compose_seq_va()
352 struct xkb_compose_state *state; in test_state()