Home
last modified time | relevance | path

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

/dports/devel/liblouis/liblouis-3.20.0/liblouis/
H A Dinternal.h58 #define NOEMPHCHARSSIZE 256 macro
614 [NOEMPHCHARSSIZE + 1];
H A DcompileTranslationTable.c3566 for (len = 0; len < NOEMPHCHARSSIZE && noemphchars[len]; len++) in compileRule()
3568 if (len + ruleChars.length > NOEMPHCHARSSIZE) { in compileRule()
3569 compileError(file, "More than %d characters", NOEMPHCHARSSIZE); in compileRule()