Home
last modified time | relevance | path

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

/external/icu4c/layout/
DContextualSubstSubtables.cpp26 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()
216 const SubstitutionLookupRecord *substLookupRecordArray = in process() local
219 …applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontI… in process()
268 const SubstitutionLookupRecord *substLookupRecordArray = in process() local
271 …applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontI… in process()
306 const SubstitutionLookupRecord *substLookupRecordArray = in process() local
309 …xtualSubstitutionBase::applySubstitutionLookups(lookupProcessor, substLookupRecordArray, subCount,… in process()
415 const SubstitutionLookupRecord *substLookupRecordArray = in process() local
[all …]
DSubstitutionLookups.cpp27 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()
DSubstitutionLookups.h34 SubstitutionLookupRecord *substLookupRecordArray,
DContextualSubstSubtables.h46 const SubstitutionLookupRecord *substLookupRecordArray,