Searched refs:xkb_components_from_rules (Results 1 – 6 of 6) sorted by relevance
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | rules.h | 28 xkb_components_from_rules(struct xkb_context *ctx,
|
D | xkbcomp.c | 66 ok = xkb_components_from_rules(keymap->ctx, rmlvo, &kccgst); in text_v1_keymap_new_from_names()
|
D | rules.c | 1003 xkb_components_from_rules(struct xkb_context *ctx, in xkb_components_from_rules() function
|
/external/libxkbcommon/xkbcommon/test/ |
D | rmlvo-to-kccgst.c | 72 if (!xkb_components_from_rules(ctx, &rmlvo, &kccgst)) in main()
|
D | rules-file.c | 66 if (!xkb_components_from_rules(ctx, &rmlvo, &kccgst)) { in test_rules()
|
/external/libxkbcommon/xkbcommon/bench/ |
D | rules.c | 51 assert(xkb_components_from_rules(ctx, &rmlvo, &kccgst)); in main()
|