D | CodeIterator.java | 1298 static int shiftOffset(int i, int offset, int where, in shiftOffset() method in CodeIterator.Branch 1374 offset = shiftOffset(pos, offset, where, gapLength, exclusive); in shift() 1466 offset = shiftOffset(pos, offset, where, gapLength, exclusive); in shift() 1494 defaultByte = shiftOffset(p, defaultByte, where, gapLength, exclusive); in shift() 1497 offsets[i] = shiftOffset(p, offsets[i], where, gapLength, exclusive); in shift()
|