Lines Matching defs:expansion
810 SortedLines::getExpansionLine(const Line &expansion, const Line &previous, const Line &exp, Line &expansionLine)
825 // we will start from strength between the expansion
829 // found an expansion - what is the expanding sequence?
860 comparisonResult = probe.compare(trial, expansion);
879 if(probe.compare(trial, expansion) > 0) {
1113 // we will start from strength between the expansion
1117 // found an expansion - what is the expanding sequence?
1197 // we have an expansion line and an expansion. There could be some expansions where
1198 // the difference between expansion line and the end of expansion sequence is less or
1199 // equal than the expansion strength. These should probably be removed.