Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
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);
928 int newCEsLength = dataBuilder.getCEs(nfdPrefix, newNFDString, newCEs, 0);
929 if(newCEsLength > Collation.MAX_EXPANSION_LENGTH) {
949 newCEs, newCEsLength, Collation.UNASSIGNED_CE32);
952 addOnlyClosure(nfdPrefix, newNFDString, newCEs, newCEsLength, ce32);
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
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);
932 int newCEsLength = dataBuilder.getCEs(nfdPrefix, newNFDString, newCEs, 0);
933 if(newCEsLength > Collation.MAX_EXPANSION_LENGTH) {
953 newCEs, newCEsLength, Collation.UNASSIGNED_CE32);
956 addOnlyClosure(nfdPrefix, newNFDString, newCEs, newCEsLength, ce32);
[all …]
/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp1102 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, in addWithClosure() argument
1105 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode); in addWithClosure()
1106 ce32 = addOnlyClosure(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode); in addWithClosure()
1113 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, in addOnlyClosure() argument
1126 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure()
1142 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure()
1186 int32_t newCEsLength = dataBuilder->getCEs(nfdPrefix, newNFDString, newCEs, 0); in addTailComposites() local
1187 if(newCEsLength > Collation::MAX_EXPANSION_LENGTH) { in addTailComposites()
1207 newCEs, newCEsLength, Collation::UNASSIGNED_CE32, errorCode); in addTailComposites()
1210 addOnlyClosure(nfdPrefix, newNFDString, newCEs, newCEsLength, ce32, errorCode); in addTailComposites()
[all …]
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,