Searched refs:perGlyphTable (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DContextualGlyphSubstProc2.h56 const le_uint32* perGlyphTable; member in class:ContextualGlyphSubstitutionProcessor2
H A DContextualGlyphSubstProc2.cpp27 perGlyphTable = ((le_uint32 *) ((char *)&stateTableHeader->stHeader + perGlyphTableOffset));
49 le_uint32 offset = SWAPL(perGlyphTable[markIndex]);
56 le_uint32 offset = SWAPL(perGlyphTable[currIndex]);
75 LookupTable *lookupTable = ((LookupTable *) ((char *)perGlyphTable + offset));

Completed in 110 milliseconds