Home
last modified time | relevance | path

Searched refs:sequenceIndex (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/layout/
DSubstitutionLookups.cpp41 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex); in applySubstitutionLookups() local
45 tempIterator.next(sequenceIndex); in applySubstitutionLookups()
DSubstitutionLookups.h26 le_uint16 sequenceIndex; member
DContextualSubstSubtables.cpp40 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex); in applySubstitutionLookups() local
44 tempIterator.next(sequenceIndex); in applySubstitutionLookups()
DContextualSubstSubtables.h27 le_uint16 sequenceIndex; member
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh932 USHORT sequenceIndex; /* Index into current glyph member
976 unsigned int idx = lookupRecord[i].sequenceIndex; in apply_lookup()