Lines Matching refs:composites
1166 // Are there any composites whose decomposition starts with the lastStarter?
1169 UnicodeSet composites;
1170 if(!nfcImpl.getCanonStartSet(lastStarter, composites)) { return; }
1175 UnicodeSetIterator iter(composites);
1190 // for which we are adding the tail composites, in which case we might be adding
1192 // For example, when we add tail composites for ae^ (^=combining circumflex),
1321 UnicodeSet composites(UNICODE_STRING_SIMPLE("[:NFD_QC=N:]"), errorCode); // Java: static final
1324 composites.remove(Hangul::HANGUL_BASE, Hangul::HANGUL_END);
1327 UnicodeSetIterator iter(composites);