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

  /external/icu4c/layout/
MultipleSubstSubtables.h 23 struct SequenceTable
MultipleSubstSubtables.cpp 41 const SequenceTable *sequenceTable = (const SequenceTable *) ((char *) this + sequenceTableOffset);
42 le_uint16 glyphCount = SWAPW(sequenceTable->glyphCount);
48 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]);
61 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]);
82 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]);

Completed in 848 milliseconds