Home
last modified time | relevance | path

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

/external/icu4c/layout/
DContextualSubstSubtables.cpp210 const SubRuleTable *subRuleTable = in process() local
212 le_uint16 matchCount = SWAPW(subRuleTable->glyphCount) - 1; in process()
213 le_uint16 substCount = SWAPW(subRuleTable->substCount); in process()
215 if (matchGlyphIDs(subRuleTable->inputGlyphArray, matchCount, glyphIterator)) { in process()
217 … (const SubstitutionLookupRecord *) &subRuleTable->inputGlyphArray[matchCount]; in process()