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

/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h240 can be disabled if TiXmlDocument::SetTabSize() is called with 0 as the value.
242 @sa TiXmlDocument::SetTabSize()
1475 @sa SetTabSize, Row, Column
1480 /** SetTabSize() allows the error reporting functions (ErrorRow() and ErrorCol())
1498 doc.SetTabSize( 8 );
1504 void SetTabSize( int _tabsize ) { tabsize = _tabsize; } function in class:TiXmlDocument
/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
H A Dxmltest.cpp417 doc.SetTabSize( 8 );

Completed in 31 milliseconds