Home | History | Annotate | Download | only in i18n

Lines Matching refs:newCEsLength

1067                                  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);
1152 if(newCEsLength > Collation::MAX_EXPANSION_LENGTH) {
1172 newCEs, newCEsLength, Collation::UNASSIGNED_CE32, errorCode);
1175 addOnlyClosure(nfdPrefix, newNFDString, newCEs, newCEsLength, ce32, errorCode);
1312 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
1317 if(!sameCEs(newCEs, newCEsLength, oldCEs, oldCEsLength)) {
1319 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode);