Home
last modified time | relevance | path

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

/external/icu4c/layout/
DContextualSubstSubtables.cpp27 le_uint16 substCount, in applySubstitutionLookups() argument
39 for (le_int16 subst = 0; subst < substCount && LE_SUCCESS(success); subst += 1) { in applySubstitutionLookups()
213 le_uint16 substCount = SWAPW(subRuleTable->substCount); in process() local
219 …applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontI… in process()
265 le_uint16 substCount = SWAPW(subClassRuleTable->substCount); in process() local
271 …applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontI… in process()
296 le_uint16 subCount = SWAPW(substCount); in process()
395 le_uint16 substCount = (le_uint16) SWAPW(lookaheadGlyphArray[lookaheadGlyphCount]); in process() local
418 …applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontI… in process()
473 le_uint16 substCount = SWAPW(lookaheadClassArray[lookaheadGlyphCount]); in process() local
[all …]
DContextualSubstSubtables.h47 le_uint16 substCount,
78 le_uint16 substCount; member
102 le_uint16 substCount; member
115 le_uint16 substCount; member
DSubstitutionLookups.cpp28 le_uint16 substCount, in applySubstitutionLookups() argument
40 for (le_uint16 subst = 0; subst < substCount && LE_SUCCESS(success); subst += 1) { in applySubstitutionLookups()
DSubstitutionLookups.h35 le_uint16 substCount,