Lines Matching defs:expStrength
813 UColAttributeValue expStrength = UCOL_OFF;
831 expStrength = UCOL_PRIMARY;
1037 UColAttributeValue expStrength = UCOL_OFF;
1067 toSort[i]->expStrength = UCOL_IDENTICAL;
1068 //toSort[i]->expStrength = toSort[i-1]->expStrength;
1119 expStrength = UCOL_PRIMARY;
1177 expStrength = probe.getStrength(trial, *toSort[i]);
1178 if(expStrength > UCOL_PRIMARY) {
1179 if(expStrength == UCOL_SECONDARY || expStrength == UCOL_OFF) {
1182 expStrength = probe.getStrength(trial, *toSort[i]);
1183 if(expStrength == UCOL_TERTIARY) {
1186 } else if(expStrength == UCOL_TERTIARY) {
1191 expStrength = probe.getStrength(trial, *toSort[i]);
1210 if((!isExpansionLineAContraction && s1 >= expStrength) || (diffLen <= 0 && s1 == UCOL_IDENTICAL)) {
1228 toSort[i]->expStrength = expStrength;
1239 debug->log(toSort[i]->strengthToString(toSort[i]->expStrength, true));
1283 toSort[i]->strength = toSort[i]->expStrength;