HomeSort by relevance Sort by last modified time
    Searched refs:fStyleIndices (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 52 le_int32 *fStyleIndices;
56 : fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL), fStyleIndices(NULL)
69 fStyleIndices = LE_NEW_ARRAY(le_int32, maxRunCount * styleCount);
96 fStyleIndices[runStyle++] = currentRun[style];
114 LE_DELETE_ARRAY(fStyleIndices);
115 fStyleIndices = NULL;
128 LE_ARRAY_COPY(styleIndices, fStyleIndices, fRunCount * fStyleCount);
326 fStyleRunLimits(NULL), fStyleIndices(NULL), fStyleRunCount(0),
369 fStyleIndices = LE_NEW_ARRAY(le_int32, fStyleRunCount * styleCount);
370 if ((fStyleRunLimits == NULL) || (fStyleIndices == NULL))
    [all...]
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 636 le_int32 *fStyleIndices;

Completed in 179 milliseconds