OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSrcIndex
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layout/
LEGlyphStorage.cpp
23
fAuxData(NULL), fInsertionList(NULL),
fSrcIndex
(0), fDestIndex(0)
591
fSrcIndex
= fGlyphCount - 1;
626
if (position >= atPosition && position <=
fSrcIndex
) {
627
position += fDestIndex -
fSrcIndex
;
632
le_int32 src =
fSrcIndex
, dest = fDestIndex;
643
while (
fSrcIndex
> atPosition) {
644
fGlyphs[fDestIndex] = fGlyphs[
fSrcIndex
];
645
fCharIndices[fDestIndex] = fCharIndices[
fSrcIndex
];
648
fSrcIndex
-= 1;
660
fSrcIndex
-= 1
[
all
...]
LEGlyphStorage.h
85
le_int32
fSrcIndex
;
Completed in 66 milliseconds