Searched refs:newCEsLength (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationBuilder.java | 854 long[] newCEs, int newCEsLength, int ce32) { 856 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32); 857 ce32 = addOnlyClosure(nfdPrefix, nfdString, newCEs, newCEsLength, ce32); 863 long[] newCEs, int newCEsLength, int ce32) { 873 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32); 887 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32); 925 int newCEsLength = dataBuilder.getCEs(nfdPrefix, newNFDString, newCEs, 0); 926 if(newCEsLength > Collation.MAX_EXPANSION_LENGTH) { 946 newCEs, newCEsLength, Collation.UNASSIGNED_CE32); 949 addOnlyClosure(nfdPrefix, newNFDString, newCEs, newCEsLength, ce32); [all …]
|
/external/icu/icu4c/source/i18n/ |
D | collationbuilder.cpp | 1100 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, in addWithClosure() argument 1103 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode); in addWithClosure() 1104 ce32 = addOnlyClosure(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode); in addWithClosure() 1111 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, in addOnlyClosure() argument 1124 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure() 1140 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure() 1184 int32_t newCEsLength = dataBuilder->getCEs(nfdPrefix, newNFDString, newCEs, 0); in addTailComposites() local 1185 if(newCEsLength > Collation::MAX_EXPANSION_LENGTH) { in addTailComposites() 1205 newCEs, newCEsLength, Collation::UNASSIGNED_CE32, errorCode); in addTailComposites() 1208 addOnlyClosure(nfdPrefix, newNFDString, newCEs, newCEsLength, ce32, errorCode); in addTailComposites() [all …]
|
D | collationbuilder.h | 128 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, 131 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, 147 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
|