HomeSort by relevance Sort by last modified time
    Searched refs:substLookupRecordArray (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/layout/
SubstitutionLookups.cpp 27 SubstitutionLookupRecord *substLookupRecordArray,
41 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex);
42 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex);
SubstitutionLookups.h 34 SubstitutionLookupRecord *substLookupRecordArray,
ContextualSubstSubtables.cpp 26 const SubstitutionLookupRecord *substLookupRecordArray,
40 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex);
41 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex);
220 const SubstitutionLookupRecord *substLookupRecordArray =
223 applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontInstance, position, success);
274 const SubstitutionLookupRecord *substLookupRecordArray =
277 applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontInstance, position, success);
312 const SubstitutionLookupRecord *substLookupRecordArray =
315 ContextualSubstitutionBase::applySubstitutionLookups(lookupProcessor, substLookupRecordArray, subCount, glyphIterator, fontInstance, position, success);
424 const SubstitutionLookupRecord *substLookupRecordArray =
    [all...]
ContextualSubstSubtables.h 47 const SubstitutionLookupRecord *substLookupRecordArray,
84 //SubstitutionLookupRecord substLookupRecordArray[ANY_NUMBER];
113 //SubstitutionLookupRecord substLookupRecordArray[ANY_NUMBER];
167 //SubstitutionLookupRecord substLookupRecordArray[ANY_NUMBER];
201 //SubstitutionLookupRecord substLookupRecordArray[ANY_NUMBER];

Completed in 120 milliseconds