Searched refs:darray_append_items (Results 1 – 3 of 3) sorted by relevance
/external/libxkbcommon/xkbcommon/src/ |
D | darray.h | 98 #define darray_append_items(arr, items, count) do { \ macro 117 darray_append_items(arr, __str, strlen(__str) + 1); \ 122 darray_append_items(arr, stringLiteral, sizeof(stringLiteral)); \
|
/external/libxkbcommon/xkbcommon/src/compose/ |
D | parser.c | 451 darray_append_items(table->utf8, production->string, in add_production()
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | ast-build.c | 236 darray_append_items(expr->keysym_list.syms, syms, numEntries); in ExprAppendMultiKeysymList()
|