Searched refs:xkb_compose_table (Results 1 – 11 of 11) sorted by relevance
/external/libxkbcommon/include/xkbcommon/ |
D | xkbcommon-compose.h | 126 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/ |
D | table.c | 31 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 …]
|
D | parser.h | 28 parse_string(struct xkb_compose_table *table, 33 parse_file(struct xkb_compose_table *table,
|
D | state.c | 33 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 *
|
D | parser.c | 243 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()
|
D | table.h | 109 struct xkb_compose_table { struct
|
/external/libxkbcommon/test/ |
D | compose.c | 68 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/ |
D | target.c | 18 struct xkb_compose_table *table; in main()
|
/external/libxkbcommon/tools/ |
D | interactive-evdev.c | 100 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()
|
D | compose.c | 52 struct xkb_compose_table *compose_table = NULL; in main()
|
/external/libxkbcommon/bench/ |
D | compose.c | 41 struct xkb_compose_table *table; in main()
|