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

/gem5/ext/mcpat/
H A DxmlParser.cc616 // (note: if you modify this, you must always have XML_utf8ByteTable[0]=0 ).
617 static const char XML_utf8ByteTable[256] = { variable
702 static const char *XML_ByteTable = (const char *)XML_utf8ByteTable;
3079 XML_ByteTable = XML_utf8ByteTable;
3123 switch (XML_utf8ByteTable[b[i]]) {

Completed in 16 milliseconds