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

  /external/chromium_org/third_party/icu/source/samples/layout/
ScriptCompositeFontInstance.cpp 39 le_int32 script = LE_GET_SUB_FONT(glyph);
53 le_int32 script = LE_GET_SUB_FONT(glyph);
  /external/icu/icu4c/source/samples/layout/
ScriptCompositeFontInstance.cpp 39 le_int32 script = LE_GET_SUB_FONT(glyph);
53 le_int32 script = LE_GET_SUB_FONT(glyph);
  /external/icu/icu4c/source/layout/
LETypes.h 182 #define LE_GET_SUB_FONT(gid) ((gid & LE_SUB_FONT_MASK) >> LE_SUB_FONT_SHIFT)

Completed in 326 milliseconds