Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DMultipleSubstSubtables.cpp53 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]); in process()
66 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); in process()
87 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); in process()
DMultipleSubstSubtables.h26 TTGlyphID substituteArray[ANY_NUMBER]; member
28 LE_VAR_ARRAY(SequenceTable, substituteArray)
DSingleSubstitutionSubtables.h38 TTGlyphID substituteArray[ANY_NUMBER]; member
42 LE_VAR_ARRAY(SingleSubstitutionFormat2Subtable, substituteArray)
DSingleSubstitutionSubtables.cpp67 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]); in process()