Home
last modified time | relevance | path

Searched refs:getSubFont (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/samples/layout/
DScriptCompositeFontInstance.h78 …virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit…
DScriptCompositeFontInstance.cpp69 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *of… in getSubFont() function in ScriptCompositeFontInstance
/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp806 …const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, … in computeSubFonts()