Lines Matching full:newstring
1140 UnicodeString newNFDString, newString;
1148 newNFDString, newString, errorCode)) {
1171 uint32_t ce32 = addIfDifferent(nfdPrefix, newString,
1184 UnicodeString &newNFDString, UnicodeString &newString,
1204 newString.setTo(nfdString, 0, indexAfterLastStarter - lastStarterLength).append(composite);
1258 newString.append(nfdString, sourceIndex, 0x7fffffff);
1263 U_ASSERT(fcd.isNormalized(newString, errorCode));
1264 U_ASSERT(nfd.normalize(newString, errorCode) == newNFDString); // canonically equivalent