OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCharCount
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layoutex/
ParagraphLayout.cpp
318
: fChars(chars),
fCharCount
(count),
331
fCharCount
= -1;
351
fCharCount
= -1;
415
fStyleRunInfo[run].glyphCount = fStyleRunInfo[run].engine->layoutChars(fChars, runStart, fStyleRunLimits[run] - runStart,
fCharCount
,
436
fCharToMinGlyphMap = LE_NEW_ARRAY(le_int32,
fCharCount
+ 1);
437
fCharToMaxGlyphMap = LE_NEW_ARRAY(le_int32,
fCharCount
+ 1);
492
fGlyphToCharMap[fGlyphCount] =
fCharCount
;
497
for (chIndex = 0; chIndex <=
fCharCount
; chIndex += 1) {
508
fCharToMinGlyphMap[
fCharCount
] = fGlyphCount;
516
fCharToMaxGlyphMap[
fCharCount
] = fGlyphCount
[
all
...]
/external/icu4c/layoutex/layout/
ParagraphLayout.h
596
le_int32
fCharCount
;
Completed in 19 milliseconds