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.java515 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32); in addRelation()
856 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32);
873 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32);
887 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32);
945 int ce32 = addIfDifferent(nfdPrefix, newString,
1085 addIfDifferent(prefix, composite, ces, cesLength, Collation.UNASSIGNED_CE32);
1089 private int addIfDifferent(CharSequence prefix, CharSequence str,
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationBuilder.java519 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32); in addRelation()
860 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32);
877 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32);
891 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32);
949 int ce32 = addIfDifferent(nfdPrefix, newString,
1089 addIfDifferent(prefix, composite, ces, cesLength, Collation.UNASSIGNED_CE32);
1093 private int addIfDifferent(CharSequence prefix, CharSequence str,
/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp750 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode); in addRelation()
1103 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode); in addWithClosure()
1124 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure()
1140 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure()
1204 uint32_t ce32 = addIfDifferent(nfdPrefix, newString, in addTailComposites()
1339 addIfDifferent(prefix, composite, ces, cesLength, Collation::UNASSIGNED_CE32, errorCode); in closeOverComposites()
1344 CollationBuilder::addIfDifferent(const UnicodeString &prefix, const UnicodeString &str, in addIfDifferent() function in CollationBuilder
Dcollationbuilder.h146 uint32_t addIfDifferent(const UnicodeString &prefix, const UnicodeString &str,