Home | History | Annotate | Download | only in strings

Lines Matching defs:Adjustment

16 OffsetAdjuster::Adjustment::Adjustment(size_t original_offset,
40 int adjustment = 0;
49 adjustment += static_cast<int>(i->original_length - i->output_length);
51 *offset -= adjustment;
70 int adjustment = 0;
73 if (*offset + adjustment <= i->original_offset)
75 adjustment += static_cast<int>(i->original_length - i->output_length);
76 if ((*offset + adjustment) <
82 *offset += adjustment;
110 // adjustment that needs revising.
140 // The first adjustment adjusted something that then got further adjusted
203 // Only bother writing an adjustment if this modification changed the
210 adjustments->push_back(OffsetAdjuster::Adjustment(