Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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()
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 …]
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.h47 const SubstitutionLookupRecord *substLookupRecordArray,