Searched refs:dropWhiteSpace (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/mcpat/
H A DxmlParser.cc113 static char guessWideCharChars=1, dropWhiteSpace=1, removeCommentsInMiddleOfText=1; variable
565 dropWhiteSpace, removeCommentsInMiddleOfText); local
1497 if (dropWhiteSpace) while (XML_isSPACECHAR(*lpszText) &&
1504 if (dropWhiteSpace) {
2347 if (!dropWhiteSpace) nFormat = 0;
3071 dropWhiteSpace = _dropWhiteSpace;
H A DxmlParser.h530 char dropWhiteSpace=1, char removeCommentsInMiddleOfText=1);
549 * @param dropWhiteSpace In most situations, text fields containing only white spaces (and carriage returns)
554 * dropWhiteSpace=0. A note of caution: if you set "dropWhiteSpace=0", the parser will be

Completed in 20 milliseconds