Searched refs:tempStrength (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp716 int32_t tempStrength = ceStrength(ce); local
717 if(strength < tempStrength) { tempStrength = strength; }
718 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength);

Completed in 104 milliseconds