OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fStyleIndices
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp
50
le_int32 *
fStyleIndices
;
54
: fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL),
fStyleIndices
(NULL)
67
fStyleIndices
= LE_NEW_ARRAY(le_int32, maxRunCount * styleCount);
94
fStyleIndices
[runStyle++] = currentRun[style];
112
LE_DELETE_ARRAY(
fStyleIndices
);
113
fStyleIndices
= NULL;
126
LE_ARRAY_COPY(styleIndices,
fStyleIndices
, fRunCount * fStyleCount);
324
fStyleRunLimits(NULL),
fStyleIndices
(NULL), fStyleRunCount(0),
367
fStyleIndices
= LE_NEW_ARRAY(le_int32, fStyleRunCount * styleCount);
368
if ((fStyleRunLimits == NULL) || (
fStyleIndices
== NULL))
[
all
...]
/external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h
634
le_int32 *
fStyleIndices
;
Completed in 149 milliseconds