Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:tabsize

185 		tabsize = _tabsize;
192 int tabsize;
200 // Do nothing if the tabsize is 0.
201 if ( tabsize < 1 )
258 col = (col / tabsize + 1) * tabsize;
731 TiXmlParsingData data( p, TabSize(), location.row, location.col );