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

/freebsd-13-stable/contrib/expat/lib/
H A Dxmltok.c1524 /* This is what detects the encoding. encodingTable maps from
1532 initScan(const ENCODING *const *encodingTable, const INIT_ENCODING *enc, argument
1571 *encPtr = encodingTable[UTF_16BE_ENC];
1579 *encPtr = encodingTable[UTF_16LE_ENC];
1585 *encPtr = encodingTable[UTF_16LE_ENC];
1605 *encPtr = encodingTable[UTF_8_ENC];
1619 *encPtr = encodingTable[UTF_16BE_ENC];
1633 *encPtr = encodingTable[UTF_16LE_ENC];
1639 *encPtr = encodingTable[INIT_ENC_INDEX(enc)];

Completed in 117 milliseconds