Lines Matching refs:nGroups
379 int nGroups;
382 nGroups = XkbKeyNumGroups(xkb, key);
384 if (nGroups > 0) {
393 if (nGroups > 1) {
405 if (nGroups > 2)
407 if (nGroups > 3)
411 if (nGroups > maxNumberOfGroups)
412 maxNumberOfGroups = nGroups;
444 unsigned nGroups, groupWidth, n, nOut;
446 nGroups = XkbKeyNumGroups(xkb, key);
451 if (nGroups > 0) {
467 if (nGroups == 1) {
496 if (nGroups > 1) {
509 for (n = XkbGroup3Index; n < nGroups; n++) {