Lines Matching full:delta
107 int32_t length, delta;
148 int32_t delta = output.length() - length;
149 offsets.contextLimit += delta;
150 offsets.limit += delta;
151 offsets.start = limit + delta;
215 delta = length - (limit - start); // length change in the text object
216 start = limit += delta; // the next chunk starts where this one ends, with adjustment
217 limit = offsets.limit += delta; // set the iteration limit to the adjusted end of the input range
218 offsets.contextLimit += delta;
220 // delta == 0