Home
last modified time | relevance | path

Searched refs:TabSize (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml/
Dtinyxmlparser.cpp708 TiXmlParsingData data( p, TabSize(), location.row, location.col ); in Parse()
1325 tabsize = document->TabSize(); in Parse()
Dtinyxml.h1328 int TabSize() const { return tabsize; } in TabSize() function