Lines Matching defs:probeStrength
407 probeStrength(Line** prevLine, Line **currLine, CompareFn comparer) {
478 (*currLine)->strength = probeStrength(prevLine, currLine, comparer);
655 toMove->strength = probeStrength(&prevL, &toMove, comparer);
674 toMove->next->strength = probeStrength(&(toMove->previous), &(toMove->next), comparer);
690 toMove->strength = probeStrength(&prevL, &toMove, comparer);
691 toMove->next->strength = probeStrength(&toMove, &l, comparer);
809 strength = probeStrength(prevLine, currLine, comparer);
832 (strength = probeStrength(prevLine, (backupLine = lines+j), comparer)) == UCOL_OFF) {
843 strength = probeStrength(lines+j, currLine, comparer);
858 (strength = probeStrength((backupLine = lines+j), currLine, comparer)) == UCOL_OFF) {
869 strength = probeStrength(prevLine, lines+j, comparer);
968 if((startStrength = probeStrength((gLines+k), &startP, comparer)) != UCOL_OFF) {
972 if((endStrength = probeStrength(&endP, (gLines+k), comparer)) != UCOL_OFF) {
987 if((strength = probeStrength(&srcP, (gLines+k), comparer)) == UCOL_OFF) {
988 strength = probeStrength((gLines+k), &srcP, comparer);
1347 strength = probeStrength(&emptyP, &currLine, comparer);
1358 strength = probeStrength(&emptyP, &currLine, comparer);