Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxkbcommon/test/
H A Dcompose.c477 const char *table_string; in test_modifier_syntax() local
510 table_string = in test_modifier_syntax()
522 assert(!xkb_compose_table_new_from_buffer(ctx, table_string, in test_modifier_syntax()
523 strlen(table_string), "C", in test_modifier_syntax()
532 char *path, *table_string; in test_include() local
539 table_string = asprintf_safe("<dead_tilde> <space> : \"foo\" X\n" in test_include()
542 assert(table_string); in test_include()
544 assert(test_compose_seq_buffer(ctx, table_string, in test_include()
560 free(table_string); in test_include()