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

  /external/icu4c/layoutex/layout/
ParagraphLayout.h 168 le_int32 fRunCount;
657 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
663 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
670 return fRunCount;
  /external/icu4c/layoutex/
ParagraphLayout.cpp 47 le_int32 fRunCount;
54 : fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL), fStyleIndices(NULL)
104 fRunCount = run;
110 fRunCount = 0;
122 LE_ARRAY_COPY(runLimits, fRunLimits, fRunCount);
126 LE_ARRAY_COPY(styleIndices, fStyleIndices, fRunCount * fStyleCount);
129 return fRunCount;
    [all...]

Completed in 1243 milliseconds