Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DContextualSubstSubtables.cpp402 le_uint16 lookaheadGlyphCount = (le_uint16) SWAPW(inputGlyphArray[inputGlyphCount]); in process() local
404 le_uint16 substCount = (le_uint16) SWAPW(lookaheadGlyphArray[lookaheadGlyphCount]); in process()
419 if (!matchGlyphIDs(lookaheadGlyphArray, lookaheadGlyphCount, &tempIterator)) { in process()
425 … (const SubstitutionLookupRecord *) &lookaheadGlyphArray[lookaheadGlyphCount + 1]; in process()
488 le_uint16 lookaheadGlyphCount = SWAPW(inputClassArray[inputGlyphCount]); in process() local
490 le_uint16 substCount = SWAPW(lookaheadClassArray[lookaheadGlyphCount]); in process()
507 …if (! matchGlyphClasses(lookaheadClassArray, lookaheadGlyphCount, &tempIterator, lookaheadClassDef… in process()
513 … (const SubstitutionLookupRecord *) &lookaheadClassArray[lookaheadGlyphCount + 1]; in process()
542 …const le_uint16 lookaheadGlyphCount = (le_uint16) SWAPW(inputCoverageTableOffsetArray[inputGlyphCo… in process() local
544 … le_uint16 substCount = (le_uint16) SWAPW(lookaheadCoverageTableOffsetArray[lookaheadGlyphCount]); in process()
[all …]