Searched defs:sequenceIndex (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/layout/
H A DSubstitutionLookups.h26 le_uint16 sequenceIndex; member in struct:SubstitutionLookupRecord
H A DSubstitutionLookups.cpp21 of the previous sequenceIndex in the loop and doing next()
23 sequenceIndex instead of always resetting to the front.
41 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex); local
45 tempIterator.next(sequenceIndex);
H A DContextualSubstSubtables.h27 le_uint16 sequenceIndex; member in struct:SubstitutionLookupRecord
H A DContextualSubstSubtables.cpp20 of the previous sequenceIndex in the loop and doing next()
22 sequenceIndex instead of always resetting to the front.
40 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex); local
44 tempIterator.next(sequenceIndex);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh934 USHORT sequenceIndex; /* Index into current glyph member in struct:OT::LookupRecord
978 unsigned int idx = lookupRecord[i].sequenceIndex;
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh934 USHORT sequenceIndex; /* Index into current glyph member in struct:OT::LookupRecord
978 unsigned int idx = lookupRecord[i].sequenceIndex;

Completed in 166 milliseconds