OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:condenseWhiteSpace
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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
...]
Completed in 1081 milliseconds