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

  /external/icu4c/layout/
SubstitutionLookups.cpp 21 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);
45 tempIterator.next(sequenceIndex);
SubstitutionLookups.h 26 le_uint16 sequenceIndex;
ContextualSubstSubtables.h 26 le_uint16 sequenceIndex;
ContextualSubstSubtables.cpp 20 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);
44 tempIterator.next(sequenceIndex);
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 906 USHORT sequenceIndex; /* Index into current glyph
951 if (lookupCount && 0 == lookupRecord->sequenceIndex)
986 if (lookupCount && i == lookupRecord->sequenceIndex)
    [all...]

Completed in 479 milliseconds