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

/external/icu4c/layout/
H A DSubstitutionLookups.cpp27 SubstitutionLookupRecord *substLookupRecordArray,
41 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex);
42 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex);
25 applySubstitutionLookups( LookupProcessor *lookupProcessor, SubstitutionLookupRecord *substLookupRecordArray, le_uint16 substCount, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, le_int32 position, LEErrorCode& success) argument
H A DSubstitutionLookups.h34 SubstitutionLookupRecord *substLookupRecordArray,
H A DContextualSubstSubtables.cpp26 const SubstitutionLookupRecord *substLookupRecordArray,
40 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex);
41 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex);
216 const SubstitutionLookupRecord *substLookupRecordArray = local
219 applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontInstance, position, success);
268 const SubstitutionLookupRecord *substLookupRecordArray = local
271 applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontInstance, position, success);
306 const SubstitutionLookupRecord *substLookupRecordArray = local
309 ContextualSubstitutionBase::applySubstitutionLookups(lookupProcessor, substLookupRecordArray, subCount, glyphIterator, fontInstance, position, success);
415 const SubstitutionLookupRecord *substLookupRecordArray local
24 applySubstitutionLookups( const LookupProcessor *lookupProcessor, const SubstitutionLookupRecord *substLookupRecordArray, le_uint16 substCount, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, le_int32 position, LEErrorCode& success) argument
495 const SubstitutionLookupRecord *substLookupRecordArray = local
556 const SubstitutionLookupRecord *substLookupRecordArray = local
[all...]
H A DContextualSubstSubtables.h46 const SubstitutionLookupRecord *substLookupRecordArray,
80 //SubstitutionLookupRecord substLookupRecordArray[ANY_NUMBER];
104 //SubstitutionLookupRecord substLookupRecordArray[ANY_NUMBER];
152 //SubstitutionLookupRecord substLookupRecordArray[ANY_NUMBER];
182 //SubstitutionLookupRecord substLookupRecordArray[ANY_NUMBER];

Completed in 64 milliseconds