HomeSort by relevance Sort by last modified time
    Searched refs:LigatureAttachTable (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/layout/
MarkToLigaturePosnSubtables.h 36 struct LigatureAttachTable
41 LE_VAR_ARRAY(LigatureAttachTable, componentRecordArray)
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 50 milliseconds