Home | History | Annotate | Download | only in Frontend

Lines Matching full:wordlength

641     unsigned WordLength = WordEnd - WordStart;
642 if (Column + WordLength < Columns) {
648 applyTemplateHighlighting(OS, Str.substr(WordStart, WordLength),
650 Column += WordLength;
658 applyTemplateHighlighting(OS, Str.substr(WordStart, WordLength),
660 Column = Indentation + WordLength;