Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp790 le_int32 styleRunCount = styleRuns.getRuns(NULL, NULL); in computeSubFonts() local
791 le_int32 *styleRunLimits = LE_NEW_ARRAY(le_int32, styleRunCount); in computeSubFonts()
792 le_int32 *styleIndices = LE_NEW_ARRAY(le_int32, styleRunCount * styleCount); in computeSubFonts()
801 for (run = 0; run < styleRunCount; run += 1) { in computeSubFonts()