Home
last modified time | relevance | path

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

/external/libxkbcommon/src/
Ddarray.h98 #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/
Dparser.c428 darray_append_items(table->utf8, production->string, in add_production()