Searched refs:newCEs (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.h130 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
133 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
149 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
H A Dcollationbuilder.cpp1102 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
1105 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode);
1106 ce32 = addOnlyClosure(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode);
1113 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
1126 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode);
1142 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode);
1176 int64_t newCEs[Collation::MAX_EXPANSION_LENGTH]; local
1186 int32_t newCEsLength = dataBuilder->getCEs(nfdPrefix, newNFDString, newCEs, 0);
1191 // Note: It is possible that the newCEs do not make use of the mapping
1199 // while fetching the newCEs fo
1101 addWithClosure(const UnicodeString &nfdPrefix, const UnicodeString &nfdString, const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, UErrorCode &errorCode) argument
1112 addOnlyClosure(const UnicodeString &nfdPrefix, const UnicodeString &nfdString, const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, UErrorCode &errorCode) argument
1346 addIfDifferent(const UnicodeString &prefix, const UnicodeString &str, const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, UErrorCode &errorCode) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationBuilder.java861 long[] newCEs, int newCEsLength, int ce32) {
863 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32);
864 ce32 = addOnlyClosure(nfdPrefix, nfdString, newCEs, newCEsLength, ce32);
870 long[] newCEs, int newCEsLength, int ce32) {
880 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32);
894 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32);
922 long[] newCEs = new long[Collation.MAX_EXPANSION_LENGTH];
932 int newCEsLength = dataBuilder.getCEs(nfdPrefix, newNFDString, newCEs, 0);
937 // Note: It is possible that the newCEs do not make use of the mapping
945 // while fetching the newCEs fo
860 addWithClosure(CharSequence nfdPrefix, CharSequence nfdString, long[] newCEs, int newCEsLength, int ce32) argument
869 addOnlyClosure(CharSequence nfdPrefix, CharSequence nfdString, long[] newCEs, int newCEsLength, int ce32) argument
1096 addIfDifferent(CharSequence prefix, CharSequence str, long[] newCEs, int newCEsLength, int ce32) argument
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java857 long[] newCEs, int newCEsLength, int ce32) {
859 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32);
860 ce32 = addOnlyClosure(nfdPrefix, nfdString, newCEs, newCEsLength, ce32);
866 long[] newCEs, int newCEsLength, int ce32) {
876 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32);
890 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32);
918 long[] newCEs = new long[Collation.MAX_EXPANSION_LENGTH];
928 int newCEsLength = dataBuilder.getCEs(nfdPrefix, newNFDString, newCEs, 0);
933 // Note: It is possible that the newCEs do not make use of the mapping
941 // while fetching the newCEs fo
856 addWithClosure(CharSequence nfdPrefix, CharSequence nfdString, long[] newCEs, int newCEsLength, int ce32) argument
865 addOnlyClosure(CharSequence nfdPrefix, CharSequence nfdString, long[] newCEs, int newCEsLength, int ce32) argument
1092 addIfDifferent(CharSequence prefix, CharSequence str, long[] newCEs, int newCEsLength, int ce32) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp114 uint32_t *newCEs = NEW_ARRAY(uint32_t, newMax); local
116 if (newCEs == NULL) {
121 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t));
127 ces = newCEs;

Completed in 578 milliseconds