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 318 : fChars(chars), fCharCount(count),
331 fCharCount = -1;
354 fCharCount = -1;
418 fStyleRunInfo[run].glyphCount = fStyleRunInfo[run].engine->layoutChars(fChars, runStart, fStyleRunLimits[run] - runStart, fCharCount,
439 fCharToMinGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1);
440 fCharToMaxGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1);
495 fGlyphToCharMap[fGlyphCount] = fCharCount;
500 for (chIndex = 0; chIndex <= fCharCount; chIndex += 1) {
511 fCharToMinGlyphMap[fCharCount] = fGlyphCount;
519 fCharToMaxGlyphMap[fCharCount] = fGlyphCount
    [all...]
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 606 le_int32 fCharCount;

Completed in 51 milliseconds