Home
last modified time | relevance | path

Searched refs:fCharCount (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp318 : fChars(chars), fCharCount(count), in ParagraphLayout()
331 fCharCount = -1; in ParagraphLayout()
354 fCharCount = -1; in ParagraphLayout()
418 …tyleRunInfo[run].engine->layoutChars(fChars, runStart, fStyleRunLimits[run] - runStart, fCharCount, in ParagraphLayout()
439 fCharToMinGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1); in ParagraphLayout()
440 fCharToMaxGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1); in ParagraphLayout()
495 fGlyphToCharMap[fGlyphCount] = fCharCount; in ParagraphLayout()
500 for (chIndex = 0; chIndex <= fCharCount; chIndex += 1) { in ParagraphLayout()
511 fCharToMinGlyphMap[fCharCount] = fGlyphCount; in ParagraphLayout()
519 fCharToMaxGlyphMap[fCharCount] = fGlyphCount; in ParagraphLayout()
[all …]
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h606 le_int32 fCharCount; variable