OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SequenceTable
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layout/
MultipleSubstSubtables.h
23
struct
SequenceTable
28
LE_VAR_ARRAY(
SequenceTable
, substituteArray)
MultipleSubstSubtables.cpp
46
const
SequenceTable
*
sequenceTable
= (const
SequenceTable
*) ((char *) this + sequenceTableOffset);
47
le_uint16 glyphCount = SWAPW(
sequenceTable
->glyphCount);
53
TTGlyphID substitute = SWAPW(
sequenceTable
->substituteArray[0]);
66
TTGlyphID substitute = SWAPW(
sequenceTable
->substituteArray[i]);
87
TTGlyphID substitute = SWAPW(
sequenceTable
->substituteArray[i]);
Completed in 168 milliseconds