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

  /external/icu4c/layout/
ContextualGlyphSubstProc2.cpp 117 TrimmedArrayLookupTable *lookupTable8 = (TrimmedArrayLookupTable *) lookupTable;
118 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph);
119 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount);
122 newGlyph = SWAPW(lookupTable8->valueArray[glyphCode - firstGlyph]);
StateTableProcessor2.cpp 139 TrimmedArrayLookupTable *lookupTable8 = (TrimmedArrayLookupTable *) classTable;
140 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph);
141 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount);
153 classCode = SWAPW(lookupTable8->valueArray[glyphCode - firstGlyph]);

Completed in 1980 milliseconds