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

/macosx-10.10/ICU-531.30/icuSources/layout/
H A DMarkArrays.cpp26 Offset anchorTableOffset = SWAPW(markRecord->markAnchorTableOffset); local
27 const AnchorTable *anchorTable = (AnchorTable *) ((char *) this + anchorTableOffset);
H A DMarkToMarkPosnSubtables.cpp64 Offset anchorTableOffset = SWAPW(mark2Record->mark2AnchorTableOffsetArray[markClass]); local
65 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) mark2Array + anchorTableOffset);
68 if (anchorTableOffset == 0) {
H A DMarkToBasePosnSubtables.cpp65 Offset anchorTableOffset = SWAPW(baseRecord->baseAnchorTableOffsetArray[markClass]); local
66 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) baseArray + anchorTableOffset);
69 if (anchorTableOffset == 0) {
H A DMarkToLigaturePosnSubtables.cpp75 Offset anchorTableOffset = SWAPW(componentRecord->ligatureAnchorTableOffsetArray[markClass]); local
76 const AnchorTable *anchorTable = (const AnchorTable *) ((char *) ligatureAttachTable + anchorTableOffset);

Completed in 188 milliseconds