Home
last modified time | relevance | path

Searched refs:fDestIndex (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
DLEGlyphStorage.cpp23 fAuxData(NULL), fInsertionList(NULL), fSrcIndex(0), fDestIndex(0) in LEGlyphStorage()
592 fDestIndex = newGlyphCount - 1; in applyInsertions()
627 position += fDestIndex - fSrcIndex; in applyInsertion()
632 le_int32 src = fSrcIndex, dest = fDestIndex; in applyInsertion()
644 fGlyphs[fDestIndex] = fGlyphs[fSrcIndex]; in applyInsertion()
645 fCharIndices[fDestIndex] = fCharIndices[fSrcIndex]; in applyInsertion()
647 fDestIndex -= 1; in applyInsertion()
652 fGlyphs[fDestIndex] = newGlyphs[i]; in applyInsertion()
653 fCharIndices[fDestIndex] = fCharIndices[atPosition]; in applyInsertion()
655 fDestIndex -= 1; in applyInsertion()
DLEGlyphStorage.h92 le_int32 fDestIndex; variable