Searched refs:spaces (Results 1 – 2 of 2) sorted by relevance
88 int spaces = tabStop - ( ( j + total_spaces ) % tabStop ); in untabify() local90 QString blanks( spaces, QChar(' ') ); in untabify()92 total_spaces += spaces - 1; in untabify()111 int spaces = tabStop - ( ( (i - line) + total_spaces ) % tabStop ); in untabify() local113 QString blanks( spaces, QChar(' ') ); in untabify()115 total_spaces += spaces - 1; in untabify()