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

  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 36 bool TiXmlBase::condenseWhiteSpace = true;
    [all...]
tinyxml.h 221 static void SetCondenseWhiteSpace( bool condense ) { condenseWhiteSpace = condense; }
224 static bool IsWhiteSpaceCondensed() { return condenseWhiteSpace; }
413 static bool condenseWhiteSpace;
    [all...]
  /external/tinyxml/
tinyxml.cpp 33 bool TiXmlBase::condenseWhiteSpace = true;
    [all...]
tinyxml.h 175 static void SetCondenseWhiteSpace( bool condense ) { condenseWhiteSpace = condense; }
178 static bool IsWhiteSpaceCondensed() { return condenseWhiteSpace; }
372 static bool condenseWhiteSpace;
    [all...]

Completed in 37 milliseconds