Home
last modified time | relevance | path

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

/external/tinyxml/
Dxmltest.cpp650 TiXmlBase::SetCondenseWhiteSpace( false ); in main()
660 TiXmlBase::SetCondenseWhiteSpace( true ); in main()
682 TiXmlBase::SetCondenseWhiteSpace( false ); in main()
684 TiXmlBase::SetCondenseWhiteSpace( true ); in main()
918 TiXmlBase::SetCondenseWhiteSpace( false ); in main()
934 TiXmlBase::SetCondenseWhiteSpace( true ); in main()
1021 TiXmlBase::SetCondenseWhiteSpace(false); in main()
1030 doc.SetCondenseWhiteSpace(false); in main()
Dreadme.txt261 first 2 approaches. Call TiXmlBase::SetCondenseWhiteSpace( bool ) to set the desired behavior.
264 If you change the default, you should call TiXmlBase::SetCondenseWhiteSpace( bool )
Dtinyxml.h175 static void SetCondenseWhiteSpace( bool condense ) { condenseWhiteSpace = condense; } in SetCondenseWhiteSpace() function
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h221 static void SetCondenseWhiteSpace( bool condense ) { condenseWhiteSpace = condense; } in SetCondenseWhiteSpace() function