Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DLigatureSubstSubtables.cpp28 … const LigatureTable *ligTable = (const LigatureTable *) ((char *)ligSetTable + ligTableOffset); in process() local
29 le_uint16 compCount = SWAPW(ligTable->compCount) - 1; in process()
31 componentArrayRef(base, success, ligTable->componentArray, compCount); in process()
34 TTGlyphID ligGlyph = SWAPW(ligTable->ligGlyph); in process()
42 … if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) { in process()