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

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

Completed in 20 milliseconds