Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/liblouis/
H A Dinternal.h57 #define SEQPATTERNSIZE 128 macro
507 widechar seqPatterns[SEQPATTERNSIZE];
510 widechar seqAfterExpression[SEQPATTERNSIZE];
H A DcompileTranslationTable.c3403 SEQPATTERNSIZE) { in compileRule()
3404 compileError(nested, "More than %d characters", SEQPATTERNSIZE); in compileRule()
/dports/devel/liblouis/liblouis-3.20.0/liblouis/
H A Dinternal.h64 #define SEQPATTERNSIZE 128 macro
591 widechar seqPatterns[SEQPATTERNSIZE];
596 widechar seqAfterExpression[SEQPATTERNSIZE];
H A DcompileTranslationTable.c3725 if (((*table)->seqPatternsCount + ruleChars.length + 1) > SEQPATTERNSIZE) { in compileRule()
3726 compileError(file, "More than %d characters", SEQPATTERNSIZE); in compileRule()