OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubRuleTable
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layout/
ContextualSubstSubtables.h
79
struct
SubRuleTable
86
LE_VAR_ARRAY(
SubRuleTable
, inputGlyphArray)
ContextualSubstSubtables.cpp
214
const
SubRuleTable
*
subRuleTable
=
215
(const
SubRuleTable
*) ((char *) subRuleSetTable + subRuleTableOffset);
216
le_uint16 matchCount = SWAPW(
subRuleTable
->glyphCount) - 1;
217
le_uint16 substCount = SWAPW(
subRuleTable
->substCount);
219
if (matchGlyphIDs(
subRuleTable
->inputGlyphArray, matchCount, glyphIterator)) {
221
(const SubstitutionLookupRecord *) &
subRuleTable
->inputGlyphArray[matchCount];
Completed in 7413 milliseconds