Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java518 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32); in addRelation()
859 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32);
876 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32);
890 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32);
948 int ce32 = addIfDifferent(nfdPrefix, newString,
1088 addIfDifferent(prefix, composite, ces, cesLength, Collation.UNASSIGNED_CE32);
1092 private int addIfDifferent(CharSequence prefix, CharSequence str,
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationBuilder.java522 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32); in addRelation()
863 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32);
880 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32);
894 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32);
952 int ce32 = addIfDifferent(nfdPrefix, newString,
1092 addIfDifferent(prefix, composite, ces, cesLength, Collation.UNASSIGNED_CE32);
1096 private int addIfDifferent(CharSequence prefix, CharSequence str,
/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp752 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode); in addRelation()
1105 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode); in addWithClosure()
1126 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure()
1142 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure()
1206 uint32_t ce32 = addIfDifferent(nfdPrefix, newString, in addTailComposites()
1341 addIfDifferent(prefix, composite, ces, cesLength, Collation::UNASSIGNED_CE32, errorCode); in closeOverComposites()
1346 CollationBuilder::addIfDifferent(const UnicodeString &prefix, const UnicodeString &str, in addIfDifferent() function in CollationBuilder
Dcollationbuilder.h148 uint32_t addIfDifferent(const UnicodeString &prefix, const UnicodeString &str,