Searched refs:diffLen (Results 1 – 1 of 1) sorted by relevance
1200 int32_t diffLen = toSort[i]->len - expansionLine.len; in detectExpansions() local1201 if(diffLen > 0) { in detectExpansions()1202 trial.setTo(UnicodeString(toSort[i]->name + diffLen, toSort[i]->len - diffLen)); in detectExpansions()1210 …if((!isExpansionLineAContraction && s1 >= expStrength) || (diffLen <= 0 && s1 == UCOL_IDENTICAL)) { in detectExpansions()