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

/external/icu4c/layoutex/
H A DParagraphLayout.cpp751 le_int32 styleRunCount = styleRuns.getRuns(NULL, NULL); local
752 le_int32 *styleRunLimits = LE_NEW_ARRAY(le_int32, styleRunCount);
753 le_int32 *styleIndices = LE_NEW_ARRAY(le_int32, styleRunCount * styleCount);
762 for (run = 0; run < styleRunCount; run += 1) {

Completed in 11 milliseconds