Searched refs:substLookupRecordArray (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | ContextualSubstSubtables.cpp | 26 const SubstitutionLookupRecord *substLookupRecordArray, in applySubstitutionLookups() argument 40 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex); in applySubstitutionLookups() 41 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex); in applySubstitutionLookups() 220 const SubstitutionLookupRecord *substLookupRecordArray = in process() local 223 …applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontI… in process() 274 const SubstitutionLookupRecord *substLookupRecordArray = in process() local 277 …applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontI… in process() 312 const SubstitutionLookupRecord *substLookupRecordArray = in process() local 315 …xtualSubstitutionBase::applySubstitutionLookups(lookupProcessor, substLookupRecordArray, subCount,… in process() 424 const SubstitutionLookupRecord *substLookupRecordArray = in process() local [all …]
|
D | SubstitutionLookups.cpp | 27 SubstitutionLookupRecord *substLookupRecordArray, in applySubstitutionLookups() argument 41 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex); in applySubstitutionLookups() 42 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex); in applySubstitutionLookups()
|
D | SubstitutionLookups.h | 34 SubstitutionLookupRecord *substLookupRecordArray,
|
D | ContextualSubstSubtables.h | 47 const SubstitutionLookupRecord *substLookupRecordArray,
|