Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java496 int tempStrength = ceStrength(ce); in addRelation() local
497 if(strength < tempStrength) { tempStrength = strength; } in addRelation()
498 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationBuilder.java500 int tempStrength = ceStrength(ce); in addRelation() local
501 if(strength < tempStrength) { tempStrength = strength; } in addRelation()
502 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp723 int32_t tempStrength = ceStrength(ce); in addRelation() local
724 if(strength < tempStrength) { tempStrength = strength; } in addRelation()
725 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()