Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DContextualSubstSubtables.cpp27 le_uint16 substCount, in applySubstitutionLookups() argument
39 for (le_int16 subst = 0; subst < substCount && LE_SUCCESS(success); subst += 1) { in applySubstitutionLookups()
217 le_uint16 substCount = SWAPW(subRuleTable->substCount); in process() local
223 …applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontI… in process()
271 le_uint16 substCount = SWAPW(subClassRuleTable->substCount); in process() local
277 …applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontI… in process()
302 le_uint16 subCount = SWAPW(substCount); in process()
404 le_uint16 substCount = (le_uint16) SWAPW(lookaheadGlyphArray[lookaheadGlyphCount]); in process() local
427 …applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontI… in process()
490 le_uint16 substCount = SWAPW(lookaheadClassArray[lookaheadGlyphCount]); in process() local
[all …]
DContextualSubstSubtables.h48 le_uint16 substCount,
82 le_uint16 substCount; member
111 le_uint16 substCount; member
126 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,