Searched refs:num_layouts (Results 1 – 1 of 1) sorted by relevance
939 xkb_layout_index_t layout, num_layouts; in get_one_sym_for_string() local945 num_layouts = xkb_keymap_num_layouts_for_key(state->keymap, kc); in get_one_sym_for_string()947 if (layout == XKB_LAYOUT_INVALID || num_layouts == 0 || in get_one_sym_for_string()958 for (xkb_layout_index_t i = 0; i < num_layouts; i++) { in get_one_sym_for_string()