Home | History | Annotate | Download | only in i18n

Lines Matching refs:newCEs

1100                                  const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
1103 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode);
1104 ce32 = addOnlyClosure(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode);
1111 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
1124 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode);
1140 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode);
1174 int64_t newCEs[Collation::MAX_EXPANSION_LENGTH];
1184 int32_t newCEsLength = dataBuilder->getCEs(nfdPrefix, newNFDString, newCEs, 0);
1189 // Note: It is possible that the newCEs do not make use of the mapping
1197 // while fetching the newCEs for ae_^.
1205 newCEs, newCEsLength, Collation::UNASSIGNED_CE32, errorCode);
1208 addOnlyClosure(nfdPrefix, newNFDString, newCEs, newCEsLength, ce32, errorCode);
1345 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
1350 if(!sameCEs(newCEs, newCEsLength, oldCEs, oldCEsLength)) {
1352 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode);