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

/external/icu4c/layoutex/
H A DParagraphLayout.cpp50 le_int32 *fStyleIndices; member in class:StyleRuns
54 : fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL), fStyleIndices(NULL)
67 fStyleIndices = LE_NEW_ARRAY(le_int32, maxRunCount * styleCount);
94 fStyleIndices[runStyle++] = currentRun[style];
112 LE_DELETE_ARRAY(fStyleIndices);
113 fStyleIndices = NULL;
126 LE_ARRAY_COPY(styleIndices, fStyleIndices, fRunCount * fStyleCount);
311 fStyleRunLimits(NULL), fStyleIndices(NULL), fStyleRunCount(0),
351 fStyleIndices = LE_NEW_ARRAY(le_int32, fStyleRunCount * styleCount);
352 if ((fStyleRunLimits == NULL) || (fStyleIndices
[all...]
/external/icu4c/layoutex/layout/
H A DParagraphLayout.h624 le_int32 *fStyleIndices; member in class:ParagraphLayout

Completed in 29 milliseconds