Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp791 le_int32 *styleRunLimits = LE_NEW_ARRAY(le_int32, styleRunCount); in computeSubFonts() local
796 styleRuns.getRuns(styleRunLimits, styleIndices); in computeSubFonts()
805 while (offset < styleRunLimits[run]) { in computeSubFonts()
806 …const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, … in computeSubFonts()
823 LE_DELETE_ARRAY(styleRunLimits); in computeSubFonts()