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

  /external/icu4c/layoutex/
ParagraphLayout.cpp 301 : fChars(chars), fCharCount(count),
314 fCharCount = -1;
334 fCharCount = -1;
398 fStyleRunInfo[run].glyphCount = fStyleRunInfo[run].engine->layoutChars(fChars, runStart, fStyleRunLimits[run] - runStart, fCharCount,
419 fCharToMinGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1);
420 fCharToMaxGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1);
475 fGlyphToCharMap[fGlyphCount] = fCharCount;
483 fCharToMinGlyphMap[fCharCount] = fGlyphCount;
491 fCharToMaxGlyphMap[fCharCount] = fGlyphCount;
603 if (fAscent <= 0 && fCharCount > 0)
    [all...]
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 586 le_int32 fCharCount;

Completed in 11 milliseconds