OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:condenseWhiteSpace
(Results
1 - 3
of
3
) sorted by null
/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 128 milliseconds