Searched refs:newCEsLength (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.h123 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
126 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
142 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
H A Dcollationbuilder.cpp1067 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
1070 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode);
1071 ce32 = addOnlyClosure(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode);
1078 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
1091 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode);
1107 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode);
1151 int32_t newCEsLength = dataBuilder->getCEs(nfdPrefix, newNFDString, newCEs, 0); local
1152 if(newCEsLength > Collation::MAX_EXPANSION_LENGTH) {
1172 newCEs, newCEsLength, Collation::UNASSIGNED_CE32, errorCode);
1175 addOnlyClosure(nfdPrefix, newNFDString, newCEs, newCEsLength, ce3
1066 addWithClosure(const UnicodeString &nfdPrefix, const UnicodeString &nfdString, const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, UErrorCode &errorCode) argument
1077 addOnlyClosure(const UnicodeString &nfdPrefix, const UnicodeString &nfdString, const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, UErrorCode &errorCode) argument
1311 addIfDifferent(const UnicodeString &prefix, const UnicodeString &str, const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32, UErrorCode &errorCode) argument
[all...]

Completed in 91 milliseconds