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

/external/icu4c/layoutex/
H A DParagraphLayout.cpp58 le_int32 *currentRun = LE_NEW_ARRAY(le_int32, styleCount); local
70 currentRun[style] = 0;
82 while (currentRun[0] < styleRunArrays[0]->getCount()) {
87 if (styleRunArrays[style]->getLimit(currentRun[style]) < fRunLimits[run]) {
88 fRunLimits[run] = styleRunArrays[style]->getLimit(currentRun[style]);
94 fStyleIndices[runStyle++] = currentRun[style];
96 if (styleRunArrays[style]->getLimit(currentRun[style]) == fRunLimits[run]) {
97 currentRun[style] += 1;
105 LE_DELETE_ARRAY(currentRun);

Completed in 33 milliseconds