Searched refs:nIndentBound (Results 1 – 1 of 1) sorted by relevance
381 const int nIndentBound = 60; in WriteIndentation() local383 static const char sIndentation[nIndentBound+1] = in WriteIndentation()391 if ( nLevel <= nIndentBound ) in WriteIndentation()396 for ( ; iLevel > nIndentBound; iLevel-=nIndentBound ) in WriteIndentation()397 o_rFile.write( sIndentation, nIndentBound ); in WriteIndentation()
Completed in 13 milliseconds