Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/
Ddarray.h98 #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/
Dparser.c451 darray_append_items(table->utf8, production->string, in add_production()
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dast-build.c236 darray_append_items(expr->keysym_list.syms, syms, numEntries); in ExprAppendMultiKeysymList()