Searched refs:substCount (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/layout/ |
D | ContextualSubstSubtables.cpp | 27 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 …]
|
D | ContextualSubstSubtables.h | 47 le_uint16 substCount, 78 le_uint16 substCount; member 102 le_uint16 substCount; member 115 le_uint16 substCount; member
|
D | SubstitutionLookups.cpp | 28 le_uint16 substCount, in applySubstitutionLookups() argument 40 for (le_uint16 subst = 0; subst < substCount && LE_SUCCESS(success); subst += 1) { in applySubstitutionLookups()
|
D | SubstitutionLookups.h | 35 le_uint16 substCount,
|