Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp39 StyleRuns(const RunArray *styleRunArrays[], le_int32 styleCount);
53 StyleRuns::StyleRuns(const RunArray *styleRunArrays[], le_int32 styleCount) in StyleRuns() argument
54 : fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL), fStyleIndices(NULL) in StyleRuns()
58 le_int32 *currentRun = LE_NEW_ARRAY(le_int32, styleCount); in StyleRuns()
60 for (int i = 0; i < styleCount; i += 1) { in StyleRuns()
64 maxRunCount -= styleCount - 1; in StyleRuns()
67 fStyleIndices = LE_NEW_ARRAY(le_int32, maxRunCount * styleCount); in StyleRuns()
69 for (style = 0; style < styleCount; style += 1) { in StyleRuns()
86 for (style = 0; style < styleCount; style += 1) { in StyleRuns()
93 for (style = 0; style < styleCount; style += 1) { in StyleRuns()
[all …]