Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp52 le_int32 *fStyleIndices; member in StyleRuns
56 : fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL), fStyleIndices(NULL) in StyleRuns()
69 fStyleIndices = LE_NEW_ARRAY(le_int32, maxRunCount * styleCount); in StyleRuns()
96 fStyleIndices[runStyle++] = currentRun[style]; in StyleRuns()
114 LE_DELETE_ARRAY(fStyleIndices); in ~StyleRuns()
115 fStyleIndices = NULL; in ~StyleRuns()
128 LE_ARRAY_COPY(styleIndices, fStyleIndices, fRunCount * fStyleCount); in getRuns()
326 fStyleRunLimits(NULL), fStyleIndices(NULL), fStyleRunCount(0), in ParagraphLayout()
369 fStyleIndices = LE_NEW_ARRAY(le_int32, fStyleRunCount * styleCount); in ParagraphLayout()
370 if ((fStyleRunLimits == NULL) || (fStyleIndices == NULL)) { in ParagraphLayout()
[all …]
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h634 le_int32 *fStyleIndices; variable