Home
last modified time | relevance | path

Searched refs:lookupListIndex (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/layout/
DSubstitutionLookups.cpp42 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex); in applySubstitutionLookups() local
47 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success); in applySubstitutionLookups()
DLookupProcessor.cpp121 le_uint16 lookupListIndex = SWAPW(lookupListIndexArray.getObject(lookup,success)); in selectLookups() local
122 if (lookupListIndex >= lookupSelectCount) { in selectLookups()
126 lookupSelectArray[lookupListIndex] |= featureMask; in selectLookups()
127 lookupOrderArray[store++] = lookupListIndex; in selectLookups()
DSubstitutionLookups.h27 le_uint16 lookupListIndex; member
DContextualSubstSubtables.cpp41 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex); in applySubstitutionLookups() local
46 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success); in applySubstitutionLookups()
DContextualSubstSubtables.h28 le_uint16 lookupListIndex; member
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh955 USHORT lookupListIndex; /* Lookup to apply to that member
968 c->recurse (lookupRecord[i].lookupListIndex); in recurse_lookups()
1004 if (!c->recurse (lookupRecord[i].lookupListIndex)) in apply_lookup()