Home
last modified time | relevance | path

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

/external/icu4c/layout/
DContextualSubstSubtables.cpp393 le_uint16 lookaheadGlyphCount = (le_uint16) SWAPW(inputGlyphArray[inputGlyphCount]); in process() local
395 le_uint16 substCount = (le_uint16) SWAPW(lookaheadGlyphArray[lookaheadGlyphCount]); in process()
410 if (!matchGlyphIDs(lookaheadGlyphArray, lookaheadGlyphCount, &tempIterator)) { in process()
416 … (const SubstitutionLookupRecord *) &lookaheadGlyphArray[lookaheadGlyphCount + 1]; in process()
471 le_uint16 lookaheadGlyphCount = SWAPW(inputClassArray[inputGlyphCount]); in process() local
473 le_uint16 substCount = SWAPW(lookaheadClassArray[lookaheadGlyphCount]); in process()
490 …if (! matchGlyphClasses(lookaheadClassArray, lookaheadGlyphCount, &tempIterator, lookaheadClassDef… in process()
496 … (const SubstitutionLookupRecord *) &lookaheadClassArray[lookaheadGlyphCount + 1]; in process()
525 …const le_uint16 lookaheadGlyphCount = (le_uint16) SWAPW(inputCoverageTableOffsetArray[inputGlyphCo… in process() local
527 … le_uint16 substCount = (le_uint16) SWAPW(lookaheadCoverageTableOffsetArray[lookaheadGlyphCount]); in process()
[all …]