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

  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 320 : fChars(chars), fCharCount(count),
333 fCharCount = -1;
356 fCharCount = -1;
420 fStyleRunInfo[run].glyphCount = fStyleRunInfo[run].engine->layoutChars(fChars, runStart, fStyleRunLimits[run] - runStart, fCharCount,
441 fCharToMinGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1);
442 fCharToMaxGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1);
497 fGlyphToCharMap[fGlyphCount] = fCharCount;
502 for (chIndex = 0; chIndex <= fCharCount; chIndex += 1) {
513 fCharToMinGlyphMap[fCharCount] = fGlyphCount;
521 fCharToMaxGlyphMap[fCharCount] = fGlyphCount
    [all...]
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 608 le_int32 fCharCount;

Completed in 104 milliseconds