Home
last modified time | relevance | path

Searched refs:moveGlyph (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/layout/
DLEGlyphStorage.h367 void moveGlyph(le_int32 fromPosition, le_int32 toPosition, le_uint32 marker);
DLEGlyphStorage.cpp515 void LEGlyphStorage::moveGlyph(le_int32 fromPosition, le_int32 toPosition, le_uint32 marker ) in moveGlyph() function in LEGlyphStorage
DIndicReordering.cpp1062 glyphStorage.moveGlyph(i,targetPosition,repositionedGlyphMask); in finalReordering()