Searched refs:newCEs (Results 1 - 5 of 5) 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);
1141 int64_t newCEs[Collation::MAX_EXPANSION_LENGTH]; local
1151 int32_t newCEsLength = dataBuilder->getCEs(nfdPrefix, newNFDString, newCEs, 0);
1156 // Note: It is possible that the newCEs do not make use of the mapping
1164 // while fetching the newCEs fo
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...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcolldata.cpp113 uint32_t *newCEs = NEW_ARRAY(uint32_t, newMax); local
115 if (newCEs == NULL) {
120 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t));
126 ces = newCEs;
/external/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp115 uint32_t *newCEs = NEW_ARRAY(uint32_t, newMax); local
117 if (newCEs == NULL) {
122 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t));
128 ces = newCEs;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp281 uint32_t *newCEs = (uint32_t *)uprv_malloc(newCapacity * 4); local
282 if(newCEs == NULL) {
285 uprv_memcpy(newCEs, oldCEs, length * 4);
287 data->extendCEs = newCEs;
289 data->CEpos = newCEs + length;

Completed in 2950 milliseconds