OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fDestIndex
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layout/
LEGlyphStorage.cpp
23
fAuxData(NULL), fInsertionList(NULL), fSrcIndex(0),
fDestIndex
(0)
592
fDestIndex
= newGlyphCount - 1;
627
position +=
fDestIndex
- fSrcIndex;
632
le_int32 src = fSrcIndex, dest =
fDestIndex
;
644
fGlyphs[
fDestIndex
] = fGlyphs[fSrcIndex];
645
fCharIndices[
fDestIndex
] = fCharIndices[fSrcIndex];
647
fDestIndex
-= 1;
652
fGlyphs[
fDestIndex
] = newGlyphs[i];
653
fCharIndices[
fDestIndex
] = fCharIndices[atPosition];
655
fDestIndex
-= 1
[
all
...]
LEGlyphStorage.h
92
le_int32
fDestIndex
;
Completed in 270 milliseconds