Home
last modified time | relevance | path

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

/third_party/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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
/third_party/node/deps/icu-small/source/i18n/
Dcollationbuilder.cpp724 int32_t tempStrength = ceStrength(ce); in addRelation() local
725 if(strength < tempStrength) { tempStrength = strength; } in addRelation()
726 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
/third_party/skia/third_party/externals/icu/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()
/third_party/icu/icu4c/source/i18n/
Dcollationbuilder.cpp724 int32_t tempStrength = ceStrength(ce); in addRelation() local
725 if(strength < tempStrength) { tempStrength = strength; } in addRelation()
726 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()