Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxkbcommon/src/
H A 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)); \
/aosp_15_r20/external/libxkbcommon/src/compose/
H A Dparser.c424 darray_append_items(table->utf8, production->string, in add_production()