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

/external/icu4c/layout/
H A DMultipleSubstSubtables.h26 TTGlyphID substituteArray[ANY_NUMBER]; member in struct:SequenceTable
H A DSingleSubstitutionSubtables.h38 TTGlyphID substituteArray[ANY_NUMBER]; member in struct:SingleSubstitutionFormat2Subtable
H A DMultipleSubstSubtables.cpp48 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]);
61 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]);
82 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]);
H A DSingleSubstitutionSubtables.cpp67 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]);

Completed in 97 milliseconds