Searched refs:darray_append_items (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libxkbcommon/src/ |
H A 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)); \
|
/aosp_15_r20/external/libxkbcommon/src/compose/ |
H A D | parser.c | 424 darray_append_items(table->utf8, production->string, in add_production()
|