Home | History | Annotate | Download | only in i18n

Lines Matching refs:tempStrength

716         int32_t tempStrength = ceStrength(ce);
717 if(strength < tempStrength) { tempStrength = strength; }
718 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength);