Lines Matching refs:getStrength
94 if(probe.getStrength(dup, bound) >= UCOL_IDENTICAL) {
155 st = probe.getStrength(*toSort[i-1], *toSort[i]);
168 st = probe.getStrength(*toSort[i+1], *toSort[i]);
289 sortingArray[i]->strength = probe.getStrength(*sortingArray[i-1], *sortingArray[i]);
613 else if(firstRep[i]->strengthFromEmpty == UCOL_PRIMARY && probe.getStrength(lower, trial) < secondRep[j]->strengthFromEmpty) {
631 toAdd.strength = probe.getStrength(xym, toAdd);
684 //UColAttributeValue strength = probe.getStrength(*firstRep[i], trial);
977 lastStr = probe.getStrength(trial, *toSort[i]);
1002 UColAttributeValue str = probe.getStrength(trial, *toSort[i]);
1008 lastStr = probe.getStrength(trial, *toSort[i]);
1083 while(j && toSort[j]->strength > probe.getStrength(*toSort[j], *toSort[i]))
1097 trial.setToConcat(previous, UB[probe.getStrength(*toSort[j], *toSort[i])]);
1177 expStrength = probe.getStrength(trial, *toSort[i]);
1182 expStrength = probe.getStrength(trial, *toSort[i]);
1191 expStrength = probe.getStrength(trial, *toSort[i]);
1206 UColAttributeValue s1 = probe.getStrength(trial, expansionLine);
1208 s1 = probe.getStrength(expansionLine, trial);