Home
last modified time | relevance | path

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

/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/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/icu4c/source/i18n/
Dcollationbuilder.cpp722 int32_t tempStrength = ceStrength(ce); in addRelation() local
723 if(strength < tempStrength) { tempStrength = strength; } in addRelation()
724 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...