Searched refs:indentCharsOmitted (Results 1 – 2 of 2) sorted by relevance
265 int indentCharsOmitted = 0; in removeExtraIndentation() local271 if (atLineStart && indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t')) in removeExtraIndentation()273 indentCharsOmitted += c == '\t' ? 4 : 1; in removeExtraIndentation()286 indentCharsOmitted = 0; in removeExtraIndentation()
474 int indentCharsOmitted = 0; in removeExtraIndentation() local480 if (atLineStart && indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t')) in removeExtraIndentation()482 indentCharsOmitted += c == '\t' ? 4 : 1; in removeExtraIndentation()495 indentCharsOmitted = 0; in removeExtraIndentation()