Searched defs:composites (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp1168 // Are there any composites whose decomposition starts with the lastStarter?
1171 UnicodeSet composites; local
1172 if(!nfcImpl.getCanonStartSet(lastStarter, composites)) { return; }
1177 UnicodeSetIterator iter(composites);
1192 // for which we are adding the tail composites, in which case we might be adding
1194 // For example, when we add tail composites for ae^ (^=combining circumflex),
1323 UnicodeSet composites(UNICODE_STRING_SIMPLE("[:NFD_QC=N:]"), errorCode); // Java: static final
1326 composites.remove(Hangul::HANGUL_BASE, Hangul::HANGUL_END);
1329 UnicodeSetIterator iter(composites);
/external/freetype/include/freetype/internal/
H A Dtttypes.h1679 FT_ListRec composites; member in struct:TT_LoaderRec_

Completed in 194 milliseconds