HomeSort by relevance Sort by last modified time
    Searched refs:SubRuleTable (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
ContextualSubstSubtables.h 75 struct SubRuleTable
ContextualSubstSubtables.cpp 210 const SubRuleTable *subRuleTable =
211 (const SubRuleTable *) ((char *) subRuleSetTable + subRuleTableOffset);
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 863 milliseconds