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

/gem5/ext/mcpat/
H A DxmlParser.cc113 static char guessWideCharChars=1, dropWhiteSpace=1, removeCommentsInMiddleOfText=1; variable
564 setGlobalOptions(guessCharEncoding(bb, l), guessWideCharChars, local
2049 if (guessWideCharChars) {
2066 if (guessWideCharChars) {
3070 guessWideCharChars = _guessWideCharChars;
3111 if (guessWideCharChars && (myIsTextWideChar(buf, l))) {
H A DxmlParser.h529 static char setGlobalOptions(XMLCharEncoding characterEncoding=XMLNode::char_encoding_UTF8, char guessWideCharChars=1,
534 * @param guessWideCharChars If "guessWideCharChars"=1 and if this library is compiled in WideChar mode, then the
539 * @param guessWideCharChars If "guessWideCharChars"=1 and if this library is compiled in ASCII/UTF8/char* mode, then the
578 * \note Sometime, it's useful to set "guessWideCharChars=0" to disable any conversion

Completed in 21 milliseconds