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

/forgerock/web-agents-v4/expat/
H A Dxmltok.c1488 /* This is what detects the encoding. encodingTable maps from
1497 initScan(const ENCODING * const *encodingTable, argument
1544 *encPtr = encodingTable[UTF_16BE_ENC];
1552 *encPtr = encodingTable[UTF_16LE_ENC];
1559 *encPtr = encodingTable[UTF_16LE_ENC];
1579 *encPtr = encodingTable[UTF_8_ENC];
1593 *encPtr = encodingTable[UTF_16BE_ENC];
1608 *encPtr = encodingTable[UTF_16LE_ENC];
1614 *encPtr = encodingTable[INIT_ENC_INDEX(enc)];

Completed in 45 milliseconds