Searched refs:ignoreIdent (Results 1 – 1 of 1) sorted by relevance
190 bool ParserCommon::writeBlockIndent(int size, const char* data, bool ignoreIdent) { in writeBlockIndent() argument198 while (size && (' ' > data[0] || (' ' == data[0] && ignoreIdent))) { in writeBlockIndent()