Home
last modified time | relevance | path

Searched refs:xkb_compose_table (Results 1 – 11 of 11) sorted by relevance

/external/libxkbcommon/include/xkbcommon/
Dxkbcommon-compose.h126 struct xkb_compose_table;
235 struct xkb_compose_table *
259 struct xkb_compose_table *
275 struct xkb_compose_table *
289 struct xkb_compose_table *
290 xkb_compose_table_ref(struct xkb_compose_table *table);
300 xkb_compose_table_unref(struct xkb_compose_table *table);
321 xkb_compose_state_new(struct xkb_compose_table *table,
356 struct xkb_compose_table *
/external/libxkbcommon/src/compose/
Dtable.c31 static struct xkb_compose_table *
38 struct xkb_compose_table *table; in xkb_compose_table_new()
72 XKB_EXPORT struct xkb_compose_table *
73 xkb_compose_table_ref(struct xkb_compose_table *table) in xkb_compose_table_ref()
80 xkb_compose_table_unref(struct xkb_compose_table *table) in xkb_compose_table_unref()
91 XKB_EXPORT struct xkb_compose_table *
98 struct xkb_compose_table *table; in xkb_compose_table_new_from_file()
124 XKB_EXPORT struct xkb_compose_table *
131 struct xkb_compose_table *table; in xkb_compose_table_new_from_buffer()
157 XKB_EXPORT struct xkb_compose_table *
[all …]
Dparser.h28 parse_string(struct xkb_compose_table *table,
33 parse_file(struct xkb_compose_table *table,
Dstate.c33 struct xkb_compose_table *table;
49 xkb_compose_state_new(struct xkb_compose_table *table, in xkb_compose_state_new()
85 XKB_EXPORT struct xkb_compose_table *
Dparser.c243 lex_include_string(struct scanner *s, struct xkb_compose_table *table, in lex_include_string()
331 add_production(struct xkb_compose_table *table, struct scanner *s, in add_production()
461 parse(struct xkb_compose_table *table, struct scanner *s,
465 do_include(struct xkb_compose_table *table, struct scanner *s, in do_include()
508 parse(struct xkb_compose_table *table, struct scanner *s, in parse()
708 parse_string(struct xkb_compose_table *table, const char *string, size_t len, in parse_string()
722 parse_file(struct xkb_compose_table *table, FILE *file, const char *file_name) in parse_file()
Dtable.h109 struct xkb_compose_table { struct
/external/libxkbcommon/test/
Dcompose.c68 test_compose_seq_va(struct xkb_compose_table *table, va_list ap) in test_compose_seq_va()
148 test_compose_seq(struct xkb_compose_table *table, ...) in test_compose_seq()
163 struct xkb_compose_table *table; in test_compose_seq_buffer()
178 struct xkb_compose_table *table; in test_seqs()
351 struct xkb_compose_table *table; in test_state()
410 struct xkb_compose_table *table; in test_XCOMPOSEFILE()
434 struct xkb_compose_table *table; in test_from_locale()
/external/libxkbcommon/fuzz/compose/
Dtarget.c18 struct xkb_compose_table *table; in main()
/external/libxkbcommon/tools/
Dinteractive-evdev.c100 struct xkb_compose_table *compose_table, struct keyboard **out) in keyboard_new()
187 struct xkb_compose_table *compose_table) in get_keyboards()
388 struct xkb_compose_table *compose_table = NULL; in main()
Dcompose.c52 struct xkb_compose_table *compose_table = NULL; in main()
/external/libxkbcommon/bench/
Dcompose.c41 struct xkb_compose_table *table; in main()