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

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

Completed in 112 milliseconds