Home
last modified time | relevance | path

Searched refs:_tabsize (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp181 TiXmlParsingData( const char* start, int _tabsize, int row, int col ) in TiXmlParsingData() argument
185 tabsize = _tabsize; in TiXmlParsingData()
Dtinyxml.h1504 void SetTabSize( int _tabsize ) { tabsize = _tabsize; } in SetTabSize() argument
/external/python/cpython2/Lib/
Ddifflib.py1704 self._tabsize = tabsize
1747 line = line.expandtabs(self._tabsize)
/external/python/cpython3/Lib/
Ddifflib.py1740 self._tabsize = tabsize
1786 line = line.expandtabs(self._tabsize)