Searched refs:darray_append_items (Results 1 – 2 of 2) sorted by relevance
/external/libxkbcommon/src/ |
D | darray.h | 98 #define darray_append_items(arr, items, count) do { \ macro 115 darray_append_items((arr_to), (arr_from).item, (arr_from).size) 121 darray_append_items(arr, __str, strlen(__str) + 1); \ 126 darray_append_items(arr, stringLiteral, sizeof(stringLiteral)); \
|
/external/libxkbcommon/src/compose/ |
D | parser.c | 428 darray_append_items(table->utf8, production->string, in add_production()
|