Home
last modified time | relevance | path

Searched refs:LE_SET_SUB_FONT (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/samples/layout/
DScriptCompositeFontInstance.cpp93 LEGlyphID subFont = LE_SET_SUB_FONT(0, script); in mapCharToGlyph()
/external/icu/icu4c/source/layout/
DLETypes.h207 #define LE_SET_SUB_FONT(gid, font) ((gid & ~LE_SUB_FONT_MASK) | ((font << LE_SUB_FONT_SHIFT) & LE_S… macro