Home
last modified time | relevance | path

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

/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h105 static void SetCondenseWhiteSpace( bool condense ) { condenseWhiteSpace = condense; } in SetCondenseWhiteSpace()
108 static bool IsWhiteSpaceCondensed() { return condenseWhiteSpace; } in IsWhiteSpaceCondensed()
200 static bool condenseWhiteSpace; member in TiXmlBase
H A Dtinyxmlparser.cpp200 || !condenseWhiteSpace ) // if true, whitespace is always kept in ReadText()
H A Dtinyxml.cpp31 bool TiXmlBase::condenseWhiteSpace = true;
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h221 static void SetCondenseWhiteSpace( bool condense ) { condenseWhiteSpace = condense; } in SetCondenseWhiteSpace()
224 static bool IsWhiteSpaceCondensed() { return condenseWhiteSpace; } in IsWhiteSpaceCondensed()
413 static bool condenseWhiteSpace; member in TiXmlBase
H A Dtinyxml.cpp36 bool TiXmlBase::condenseWhiteSpace = true; member in TiXmlBase
H A Dtinyxmlparser.cpp583 || !condenseWhiteSpace ) // if true, whitespace is always kept in ReadText()

Completed in 10 milliseconds