Searched refs:canDoLookAheadCorrection (Results 1 – 4 of 4) sorted by relevance
88 if (!canDoLookAheadCorrection(traverseSession, dicNode)) { in isSpaceSubstitutionTerminal()133 AK_FORCE_INLINE bool canDoLookAheadCorrection( in canDoLookAheadCorrection() function136 return dicNode->canDoLookAheadCorrection(inputSize); in canDoLookAheadCorrection()
129 const bool canDoLookAheadCorrection = in expandCurrentDicNodes() local130 TRAVERSAL->canDoLookAheadCorrection(traverseSession, &dicNode); in expandCurrentDicNodes()131 const bool isLookAheadCorrection = canDoLookAheadCorrection in expandCurrentDicNodes()222 if (allowsErrorCorrections && canDoLookAheadCorrection) { in expandCurrentDicNodes()
40 virtual bool canDoLookAheadCorrection(const DicTraverseSession *const traverseSession,
196 bool canDoLookAheadCorrection(const int inputSize) const { in canDoLookAheadCorrection() function