Searched defs:SetTabSize (Results 1 - 1 of 1) sorted by relevance

/external/tinyxml/
H A Dtinyxml.h194 can be disabled if TiXmlDocument::SetTabSize() is called with 0 as the value.
196 @sa TiXmlDocument::SetTabSize()
1297 @sa SetTabSize, Row, Column
1302 /** SetTabSize() allows the error reporting functions (ErrorRow() and ErrorCol())
1320 doc.SetTabSize( 8 );
1326 void SetTabSize( int _tabsize ) { tabsize = _tabsize; } function in class:TiXmlDocument

Completed in 39 milliseconds