/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationBuilder.java | 518 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,
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationBuilder.java | 522 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,
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationbuilder.cpp | 753 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode); in addRelation() 758 addIfDifferent(nfdPrefix, nfdString, ces, cesLength, ce32, errorCode); in addRelation() 1110 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode); in addWithClosure() 1147 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure() 1168 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure() 1232 uint32_t ce32 = addIfDifferent(nfdPrefix, newString, in addTailComposites() 1367 addIfDifferent(prefix, composite, ces, cesLength, Collation::UNASSIGNED_CE32, errorCode); in closeOverComposites() 1372 CollationBuilder::addIfDifferent(const UnicodeString &prefix, const UnicodeString &str, in addIfDifferent() function in CollationBuilder
|
D | collationbuilder.h | 149 uint32_t addIfDifferent(const UnicodeString &prefix, const UnicodeString &str,
|
/third_party/icu/icu4c/source/i18n/ |
D | collationbuilder.cpp | 753 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode); in addRelation() 758 addIfDifferent(nfdPrefix, nfdString, ces, cesLength, ce32, errorCode); in addRelation() 1110 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode); in addWithClosure() 1131 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure() 1147 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure() 1211 uint32_t ce32 = addIfDifferent(nfdPrefix, newString, in addTailComposites() 1346 addIfDifferent(prefix, composite, ces, cesLength, Collation::UNASSIGNED_CE32, errorCode); in closeOverComposites() 1351 CollationBuilder::addIfDifferent(const UnicodeString &prefix, const UnicodeString &str, in addIfDifferent() function in CollationBuilder
|
D | collationbuilder.h | 149 uint32_t addIfDifferent(const UnicodeString &prefix, const UnicodeString &str,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationbuilder.cpp | 751 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode); in addRelation() 1104 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode); in addWithClosure() 1125 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure() 1141 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure() 1205 uint32_t ce32 = addIfDifferent(nfdPrefix, newString, in addTailComposites() 1340 addIfDifferent(prefix, composite, ces, cesLength, Collation::UNASSIGNED_CE32, errorCode); in closeOverComposites() 1345 CollationBuilder::addIfDifferent(const UnicodeString &prefix, const UnicodeString &str, in addIfDifferent() function in CollationBuilder
|
D | collationbuilder.h | 148 uint32_t addIfDifferent(const UnicodeString &prefix, const UnicodeString &str,
|