Lines Matching refs:textExcludingSpaces
826 TextRange textExcludingSpaces(fEndLine.startCluster()->textRange().start, fEndLine.endCluster()->textRange().end);
853 textExcludingSpaces.end = textExcludingSpaces.start;
858 text.end = std::max(text.end, textExcludingSpaces.end);
868 addLine(textExcludingSpaces,
1267 TextRange textExcludingSpaces(fEndLine.startCluster()->textRange().start, fEndLine.endCluster()->textRange().end);
1290 textExcludingSpaces.end = textExcludingSpaces.start;
1294 text.end = std::max(text.end, textExcludingSpaces.end);
1295 addLine(textExcludingSpaces,