Searched refs:numIndentChars (Results 1 – 2 of 2) sorted by relevance
257 int numIndentChars = 0; in removeExtraIndentation() local259 numIndentChars += source[ndx] == '\t' ? 4 : 1; in removeExtraIndentation()271 if (atLineStart && indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t')) in removeExtraIndentation()
466 int numIndentChars = 0; in removeExtraIndentation() local468 numIndentChars += source[ndx] == '\t' ? 4 : 1; in removeExtraIndentation()480 if (atLineStart && indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t')) in removeExtraIndentation()