Searched defs:targetPosition (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/layout/
H A DIndicReordering.cpp1017 le_int32 targetPosition = i+1; local
1021 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success);
1022 tmpAuxData = glyphStorage.getAuxData(targetPosition,success);
1028 targetPosition++;
1036 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success);
1040 targetPosition--;
1047 le_int32 checkMatraPosition = targetPosition+1;
1057 targetPosition = checkMatraPosition;
1062 glyphStorage.moveGlyph(i,targetPosition,repositionedGlyphMask);

Completed in 103 milliseconds