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

/external/icu/icu4c/source/layout/
H A DLETypes.h147 #define LE_SUB_FONT_SHIFT 16 macro
182 #define LE_GET_SUB_FONT(gid) ((gid & LE_SUB_FONT_MASK) >> LE_SUB_FONT_SHIFT)
207 #define LE_SET_SUB_FONT(gid, font) ((gid & ~LE_SUB_FONT_MASK) | ((font << LE_SUB_FONT_SHIFT) & LE_SUB_FONT_MASK))

Completed in 73 milliseconds