Home
last modified time | relevance | path

Searched refs:anchorTableOffset (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/layout/
DMarkToMarkPosnSubtables.cpp64 Offset anchorTableOffset = SWAPW(mark2Record->mark2AnchorTableOffsetArray[markClass]); in process() local
65 … const AnchorTable *anchorTable = (const AnchorTable *) ((char *) mark2Array + anchorTableOffset); in process()
68 if (anchorTableOffset == 0) { in process()
DMarkArrays.cpp26 Offset anchorTableOffset = SWAPW(markRecord->markAnchorTableOffset); in getMarkClass() local
27 const AnchorTable *anchorTable = (AnchorTable *) ((char *) this + anchorTableOffset); in getMarkClass()
DMarkToBasePosnSubtables.cpp65 Offset anchorTableOffset = SWAPW(baseRecord->baseAnchorTableOffsetArray[markClass]); in process() local
66 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) baseArray + anchorTableOffset); in process()
69 if (anchorTableOffset == 0) { in process()
DMarkToLigaturePosnSubtables.cpp75 Offset anchorTableOffset = SWAPW(componentRecord->ligatureAnchorTableOffsetArray[markClass]); in process() local
76 …nchorTable *anchorTable = (const AnchorTable *) ((char *) ligatureAttachTable + anchorTableOffset); in process()