OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LigatureAttachTable
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
MarkToLigaturePosnSubtables.h
35
struct
LigatureAttachTable
MarkToLigaturePosnSubtables.cpp
65
const
LigatureAttachTable
*
ligatureAttachTable
= (const
LigatureAttachTable
*) ((char *) ligatureArray + ligatureAttachOffset);
66
le_int32 componentCount = SWAPW(
ligatureAttachTable
->componentCount);
74
const ComponentRecord *componentRecord = &
ligatureAttachTable
->componentRecordArray[component * mcCount];
76
const AnchorTable *anchorTable = (const AnchorTable *) ((char *)
ligatureAttachTable
+ anchorTableOffset);
Completed in 427 milliseconds