Searched refs:lookupListIndex (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/layout/
H A DSubstitutionLookups.cpp42 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex); local
47 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success);
H A DSubstitutionLookups.h27 le_uint16 lookupListIndex; member in struct:SubstitutionLookupRecord
H A DLookupProcessor.cpp112 le_uint16 lookupListIndex = SWAPW(featureTable->lookupListIndexArray[lookup]); local
114 lookupSelectArray[lookupListIndex] |= featureMask;
115 lookupOrderArray[store++] = lookupListIndex;
H A DContextualSubstSubtables.h27 le_uint16 lookupListIndex; member in struct:SubstitutionLookupRecord
H A DContextualSubstSubtables.cpp41 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex); local
46 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success);

Completed in 27 milliseconds