Home
last modified time | relevance | path

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

/external/tinyxml/
Dtinyxml.h175 static void SetCondenseWhiteSpace( bool condense ) { condenseWhiteSpace = condense; } in SetCondenseWhiteSpace()
178 static bool IsWhiteSpaceCondensed() { return condenseWhiteSpace; } in IsWhiteSpaceCondensed()
372 static bool condenseWhiteSpace; variable
Dtinyxmlparser.cpp562 || !condenseWhiteSpace ) // if true, whitespace is always kept in ReadText()
Dtinyxml.cpp33 bool TiXmlBase::condenseWhiteSpace = true; member in TiXmlBase
/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