Searched refs:compCount (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLigatureSubstSubtables.cpp29 le_uint16 compCount = SWAPW(ligTable->compCount) - 1; local
34 for (comp = 0; comp < compCount; comp += 1) {
44 if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) {
57 return compCount + 1;
H A DLigatureSubstSubtables.h33 le_uint16 compCount; member in struct:LigatureTable

Completed in 86 milliseconds