• Home
  • Raw
  • Download

Lines Matching refs:strengthFromEmpty

64     if(toSort[i]->strengthFromEmpty < strength) {  in getBounds()
73 strength = toSort[i]->strengthFromEmpty; in getBounds()
140 toSort[i]->strengthFromEmpty = probe.distanceFromEmptyString(*toSort[i]); in classifyRepertoire()
141 if(toSort[i]->strengthFromEmpty < strongestStrengthFromEmpty) { in classifyRepertoire()
142 strongestStrengthFromEmpty = toSort[i]->strengthFromEmpty; in classifyRepertoire()
144 } else if (toSort[i]->strengthFromEmpty > strongestStrengthFromEmpty) { in classifyRepertoire()
159 } else if(st == UCOL_IDENTICAL || st >= toSort[i-1]->strengthFromEmpty) { in classifyRepertoire()
160 prevStrength = toSort[i-1]->strengthFromEmpty; in classifyRepertoire()
161 } else if(st < toSort[i-1]->strengthFromEmpty) { in classifyRepertoire()
164 toSort[i]->strengthFromEmpty = prevStrength; in classifyRepertoire()
167 toSort[i+1]->strengthFromEmpty = probe.distanceFromEmptyString(*toSort[i+1]); in classifyRepertoire()
172 } else if(st == UCOL_IDENTICAL || st < toSort[i+1]->strengthFromEmpty) { in classifyRepertoire()
173 nextStrength = toSort[i+1]->strengthFromEmpty; in classifyRepertoire()
174 } else if(st >= toSort[i+1]->strengthFromEmpty) { in classifyRepertoire()
182 toSort[i]->strengthFromEmpty = nextStrength; in classifyRepertoire()
389 array[i].strengthFromEmpty = probe.distanceFromEmptyString(array[i]); in setDistancesFromEmpty()
502 …if(uscript_getScript(firstStart, &status) == USCRIPT_HAN || firstRep[i]->strengthFromEmpty > UCOL_… in detectContractions()
563 …} else if(frenchSecondary && (firstRep[i]->strengthFromEmpty > UCOL_PRIMARY && secondRep[j]->stren… in detectContractions()
574 if(secondRep[j]->strengthFromEmpty > UCOL_TERTIARY) { in detectContractions()
594 if(firstRep[i]->len == 1 || secondRep[j]->strengthFromEmpty == UCOL_PRIMARY) { in detectContractions()
604 else if(firstRep[i]->strengthFromEmpty == UCOL_PRIMARY) in detectContractions()
613 …else if(firstRep[i]->strengthFromEmpty == UCOL_PRIMARY && probe.getStrength(lower, trial) < second… in detectContractions()
616 …else if (firstRep[i]->strengthFromEmpty == UCOL_PRIMARY && secondRep[j]->strengthFromEmpty == UCOL… in detectContractions()
720 if(right->strengthFromEmpty > UCOL_PRIMARY) { in noteContraction()
763 …if(right->right && right->right->strengthFromEmpty > UCOL_PRIMARY && right->left->previous && righ… in noteContraction()
961 while(toSort[k]->strengthFromEmpty > strength) { in gooseUp()
964 if(toSort[k]->strengthFromEmpty == strength) { in gooseUp()
974 while(toSort[k]->strengthFromEmpty == strength) { in gooseUp()
1050 while(toSort[i]->strengthFromEmpty > UCOL_PRIMARY) { in detectExpansions()
1089 if(previous->strengthFromEmpty >= UCOL_IDENTICAL || in detectExpansions()
1090 (previous->strengthFromEmpty == UCOL_SECONDARY in detectExpansions()
1545 result.append(line->strengthToString(line->strengthFromEmpty, pretty)); in toStringFromEmpty()