OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCharIndices
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
LEGlyphStorage.cpp
22
: fGlyphCount(0), fGlyphs(NULL),
fCharIndices
(NULL), fPositions(NULL),
52
if (
fCharIndices
!= NULL) {
53
LE_DELETE_ARRAY(
fCharIndices
);
54
fCharIndices
= NULL;
86
if (
fCharIndices
== NULL) {
87
fCharIndices
= LE_NEW_ARRAY(le_int32, fGlyphCount);
89
if (
fCharIndices
== NULL) {
105
fCharIndices
[out] = i;
113
LE_DELETE_ARRAY(
fCharIndices
);
114
fCharIndices
= NULL
[
all
...]
LEGlyphStorage.h
56
le_int32 *
fCharIndices
;
Completed in 35 milliseconds