OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCharToMinGlyphMap
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layoutex/
ParagraphLayout.cpp
322
fGlyphToCharMap(NULL),
fCharToMinGlyphMap
(NULL), fCharToMaxGlyphMap(NULL), fGlyphWidths(NULL), fGlyphCount(0),
436
fCharToMinGlyphMap
= LE_NEW_ARRAY(le_int32, fCharCount + 1);
439
(
fCharToMinGlyphMap
== NULL) || (fCharToMaxGlyphMap == NULL)) {
498
fCharToMinGlyphMap
[chIndex] = -1;
505
fCharToMinGlyphMap
[ch] = glyph;
508
fCharToMinGlyphMap
[fCharCount] = fGlyphCount;
519
fillMissingCharToGlyphMapValues(
fCharToMinGlyphMap
, fCharCount);
558
if (
fCharToMinGlyphMap
!= NULL) {
559
LE_DELETE_ARRAY(
fCharToMinGlyphMap
);
560
fCharToMinGlyphMap
= NULL
[
all
...]
/external/icu4c/layoutex/layout/
ParagraphLayout.h
615
le_int32 *
fCharToMinGlyphMap
;
Completed in 20 milliseconds