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

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLigatureSubstSubtables.cpp28 const LigatureTable *ligTable = (const LigatureTable *) ((char *)ligSetTable + ligTableOffset); local
29 le_uint16 compCount = SWAPW(ligTable->compCount) - 1;
31 TTGlyphID ligGlyph = SWAPW(ligTable->ligGlyph);
39 if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) {

Completed in 106 milliseconds