Home | History | Annotate | Download | only in Support

Lines Matching full:outcol

323   for (unsigned i = 0, e = LineContents.size(), OutCol = 0; i != e; ++i) {
326 ++OutCol;
333 ++OutCol;
334 } while ((OutCol % TabStop) != 0);
446 for (unsigned i = 0, e = CaretLine.size(), OutCol = 0; i != e; ++i) {
449 ++OutCol;
456 ++OutCol;
457 } while ((OutCol % TabStop) != 0);
468 for (size_t i = 0, e = FixItInsertionLine.size(), OutCol = 0; i != e; ++i) {
471 ++OutCol;
485 ++OutCol;
486 } while (((OutCol % TabStop) != 0) && i != e);