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

/gem5/ext/mcpat/
H A DxmlParser.cc112 static XMLNode::XMLCharEncoding characterEncoding=XMLNode::char_encoding_UTF8; variable
311 if (characterEncoding == XMLNode::char_encoding_UTF8) codePage = CP_UTF8;
558 // guess the value of the global parameter "characterEncoding"
611 // If "characterEncoding=ascii" then we assume that all characters have the same length of 1 byte.
612 // If "characterEncoding=UTF8" then the characters have different lengths (from 1 byte to 4 bytes).
613 // If "characterEncoding=ShiftJIS" then the characters have different lengths (from 1 byte to 2 bytes).
701 // the default is "characterEncoding=XMLNode::encoding_UTF8"
772 if (characterEncoding == char_encoding_UTF8) {
777 } else if (characterEncoding == char_encoding_ShiftJIS)
785 if (characterEncoding
[all...]
H A DxmlParser.h339 * If the global parameter "characterEncoding==encoding_UTF8", then the "encoding" parameter is ignored and always set to "utf-8".
340 * If the global parameter "characterEncoding==encoding_ShiftJIS", then the "encoding" parameter is ignored and always set to "SHIFT-JIS".
529 static char setGlobalOptions(XMLCharEncoding characterEncoding=XMLNode::char_encoding_UTF8, char guessWideCharChars=1,
544 * @param characterEncoding This parameter is only meaningful when compiling in char* mode (multibyte character mode).
585 * "characterEncoding" described in the XMLNode::setGlobalOptions. The guess is based on the content of a buffer of length
588 * the value of the "characterEncoding" global parameter. There are several heuristics used to do the

Completed in 8 milliseconds