Lines Matching refs:composite
1178 UChar32 composite = iter.getCodepoint();
1179 nfd.getDecomposition(composite, decomp);
1180 if(!mergeCompositeIntoString(nfdString, indexAfterLastStarter, composite, decomp,
1216 UChar32 composite, const UnicodeString &decomp,
1233 // Make new FCD strings that combine a composite, or its decomposition,
1235 // Make an NFD version, and a version with the composite.
1237 newString.setTo(nfdString, 0, indexAfterLastStarter - lastStarterLength).append(composite);
1265 // but the composite's decomposition contains another starter.
1269 // Composite + sourceChar would not be FCD.
1287 // Appending the next source character to the composite would not be FCD.
1333 // Too many CEs from the decomposition (unusual), ignore this composite.
1338 const UnicodeString &composite(iter.getString());
1339 addIfDifferent(prefix, composite, ces, cesLength, Collation::UNASSIGNED_CE32, errorCode);