Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/compose/
Dparser.c64 #define MAX_LHS_LEN 10 macro
353 xkb_keysym_t lhs[MAX_LHS_LEN];
615 if (production.len + 1 > MAX_LHS_LEN) { in parse()
617 MAX_LHS_LEN + 1); in parse()