Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp50 le_int32 *fStyleIndices; member in StyleRuns
54 : fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL), fStyleIndices(NULL) in StyleRuns()
67 fStyleIndices = LE_NEW_ARRAY(le_int32, maxRunCount * styleCount); in StyleRuns()
94 fStyleIndices[runStyle++] = currentRun[style]; in StyleRuns()
112 LE_DELETE_ARRAY(fStyleIndices); in ~StyleRuns()
113 fStyleIndices = NULL; in ~StyleRuns()
126 LE_ARRAY_COPY(styleIndices, fStyleIndices, fRunCount * fStyleCount); in getRuns()
324 fStyleRunLimits(NULL), fStyleIndices(NULL), fStyleRunCount(0), in ParagraphLayout()
367 fStyleIndices = LE_NEW_ARRAY(le_int32, fStyleRunCount * styleCount); in ParagraphLayout()
368 if ((fStyleRunLimits == NULL) || (fStyleIndices == NULL)) { in ParagraphLayout()
[all …]
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h634 le_int32 *fStyleIndices; variable