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

/external/icu4c/samples/layout/
H A DScriptCompositeFontInstance.h77 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
H A DScriptCompositeFontInstance.cpp63 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const function in class:ScriptCompositeFontInstance
/external/icu4c/layout/
H A DLEFontInstance.h69 * Note: with the exception of <code>getSubFont</code>, the methods in this class only
144 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
154 * <code>getSubFont()</code>. This is because each subfont in a composite font
H A DLEFontInstance.cpp33 const LEFontInstance *LEFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, function in class:LEFontInstance
/external/icu4c/layoutex/
H A DParagraphLayout.cpp801 const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, status);

Completed in 55 milliseconds