Home
last modified time | relevance | path

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

/dports/devel/liblouis/liblouis-3.20.0/tools/
H A Dlou_debug.c160 nextRule = thisRule->dotsnext; in printCharacter()
274 nextRule = thisRule->dotsnext; in show_backRules()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tools/
H A Dlou_debug.c162 nextRule = thisRule->dotsnext; in printCharacter()
269 nextRule = thisRule->dotsnext; in show_backRules()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/liblouis/
H A Dlou_backTranslateString.c438 testRuleOffset = testRule->dotsnext; in isEndWord()
599 ruleOffset = (*currentRule)->dotsnext; in findBackPassRule()
855 ruleOffset = (*currentRule)->dotsnext; in back_selectRule()
1042 ruleOffset = currentRule->dotsnext; in makeCorrections()
H A Dinternal.h439 TranslationTableOffset dotsnext; /** next dots entry */ member
H A DcompileTranslationTable.c802 currentOffsetPtr = &currentRule->dotsnext; in addBackwardRuleWithSingleCell()
804 newRule->dotsnext = *currentOffsetPtr; in addBackwardRuleWithSingleCell()
827 currentOffsetPtr = &currentRule->dotsnext; in addBackwardRuleWithMultipleCells()
829 newRule->dotsnext = *currentOffsetPtr; in addBackwardRuleWithMultipleCells()
894 currentOffsetPtr = &currentRule->dotsnext; in addBackwardPassRule()
896 newRule->dotsnext = *currentOffsetPtr; in addBackwardPassRule()
H A Dlou_translateString.c3736 offset = rule->dotsnext; in isHyphen()
/dports/devel/liblouis/liblouis-3.20.0/liblouis/
H A Dlou_backTranslateString.c455 testRuleOffset = testRule->dotsnext; in isEndWord()
614 ruleOffset = (*currentRule)->dotsnext; in findBackPassRule()
866 ruleOffset = (*currentRule)->dotsnext; in back_selectRule()
1077 ruleOffset = currentRule->dotsnext; in makeCorrections()
H A Dinternal.h498 TranslationTableOffset dotsnext; /** next dots entry */ member
H A DcompileTranslationTable.c918 otherRule = &r->dotsnext; in addBackwardRuleWithSingleCell()
920 rule->dotsnext = *otherRule; in addBackwardRuleWithSingleCell()
938 backRule = &r->dotsnext; in addBackwardRuleWithMultipleCells()
940 rule->dotsnext = *backRule; in addBackwardRuleWithMultipleCells()
1003 backPassRule = &r->dotsnext; in addBackwardPassRule()
1005 rule->dotsnext = *backPassRule; in addBackwardPassRule()
H A Dlou_translateString.c3955 offset = rule->dotsnext; in isHyphen()