Home
last modified time | relevance | path

Searched refs:condenseWhiteSpace (Results 1 – 3 of 3) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h221 static void SetCondenseWhiteSpace( bool condense ) { condenseWhiteSpace = condense; } in SetCondenseWhiteSpace()
224 static bool IsWhiteSpaceCondensed() { return condenseWhiteSpace; } in IsWhiteSpaceCondensed()
413 static bool condenseWhiteSpace; variable
Dtinyxmlparser.cpp583 || !condenseWhiteSpace ) // if true, whitespace is always kept in ReadText()
Dtinyxml.cpp36 bool TiXmlBase::condenseWhiteSpace = true; member in TiXmlBase