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

  /external/icu/icu4c/source/layout/
SubstitutionLookups.cpp 42 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex);
47 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success);
SubstitutionLookups.h 27 le_uint16 lookupListIndex;
LookupProcessor.cpp 121 le_uint16 lookupListIndex = SWAPW(lookupListIndexArray.getObject(lookup,success));
122 if (lookupListIndex >= lookupSelectCount) {
126 lookupSelectArray[lookupListIndex] |= featureMask;
127 lookupOrderArray[store++] = lookupListIndex;
ContextualSubstSubtables.h 28 le_uint16 lookupListIndex;
ContextualSubstSubtables.cpp 41 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex);
46 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success);
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 955 USHORT lookupListIndex; /* Lookup to apply to that
    [all...]

Completed in 140 milliseconds