/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationBuilder.java | 861 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/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationBuilder.java | 857 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/icu4c/source/i18n/ |
D | collationbuilder.h | 130 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,
|
D | collationbuilder.cpp | 1101 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, in addWithClosure() argument 1104 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode); in addWithClosure() 1105 ce32 = addOnlyClosure(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode); in addWithClosure() 1112 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, in addOnlyClosure() argument 1125 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure() 1141 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode); in addOnlyClosure() 1185 int32_t newCEsLength = dataBuilder->getCEs(nfdPrefix, newNFDString, newCEs, 0); in addTailComposites() local 1186 if(newCEsLength > Collation::MAX_EXPANSION_LENGTH) { in addTailComposites() 1206 newCEs, newCEsLength, Collation::UNASSIGNED_CE32, errorCode); in addTailComposites() 1209 addOnlyClosure(nfdPrefix, newNFDString, newCEs, newCEsLength, ce32, errorCode); in addTailComposites() [all …]
|
/external/icu/libicu/cts_headers/ |
D | collationbuilder.h | 130 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,
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |