HomeSort by relevance Sort by last modified time
    Searched refs:condenseWhiteSpace (Results 1 - 6 of 6) sorted by null

  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 221 static void SetCondenseWhiteSpace( bool condense ) { condenseWhiteSpace = condense; }
224 static bool IsWhiteSpaceCondensed() { return condenseWhiteSpace; }
413 static bool condenseWhiteSpace;
    [all...]
tinyxml.cpp 36 bool TiXmlBase::condenseWhiteSpace = true;
    [all...]
tinyxmlparser.cpp 583 || !condenseWhiteSpace ) // if true, whitespace is always kept
    [all...]
  /external/tinyxml/
tinyxml.h 175 static void SetCondenseWhiteSpace( bool condense ) { condenseWhiteSpace = condense; }
178 static bool IsWhiteSpaceCondensed() { return condenseWhiteSpace; }
372 static bool condenseWhiteSpace;
    [all...]
tinyxml.cpp 33 bool TiXmlBase::condenseWhiteSpace = true;
    [all...]
tinyxmlparser.cpp 562 || !condenseWhiteSpace ) // if true, whitespace is always kept
    [all...]

Completed in 53 milliseconds