Home
last modified time | relevance | path

Searched refs:xkb_components_from_rules (Results 1 – 6 of 6) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Drules.h28 xkb_components_from_rules(struct xkb_context *ctx,
Dxkbcomp.c66 ok = xkb_components_from_rules(keymap->ctx, rmlvo, &kccgst); in text_v1_keymap_new_from_names()
Drules.c1003 xkb_components_from_rules(struct xkb_context *ctx, in xkb_components_from_rules() function
/external/libxkbcommon/xkbcommon/test/
Drmlvo-to-kccgst.c72 if (!xkb_components_from_rules(ctx, &rmlvo, &kccgst)) in main()
Drules-file.c66 if (!xkb_components_from_rules(ctx, &rmlvo, &kccgst)) { in test_rules()
/external/libxkbcommon/xkbcommon/bench/
Drules.c51 assert(xkb_components_from_rules(ctx, &rmlvo, &kccgst)); in main()