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

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DIndicReordering.cpp1022 le_int32 targetPosition = i+1; local
1026 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success);
1027 tmpAuxData = glyphStorage.getAuxData(targetPosition,success);
1033 targetPosition++;
1041 tmpGlyph = glyphStorage.getGlyphID(targetPosition,success);
1045 targetPosition--;
1052 le_int32 checkMatraPosition = targetPosition+1;
1062 targetPosition = checkMatraPosition;
1067 glyphStorage.moveGlyph(i,targetPosition,repositionedGlyphMask);

Completed in 95 milliseconds