Searched defs:styleCount (Results 1 - 1 of 1) sorted by relevance

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

Completed in 163 milliseconds