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

/external/icu4c/layout/
H A DStateTableProcessor.cpp59 TTGlyphID glyphCode = (TTGlyphID) LE_GET_GLYPH(glyphStorage[currGlyph]); local
61 if (glyphCode == 0xFFFF) {
63 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
64 classCode = classTable->classArray[glyphCode - firstGlyph];

Completed in 40 milliseconds