Lines Matching defs:INIT_ENC_INDEX
1485 #define INIT_ENC_INDEX(enc) ((int)(enc)->initEnc.isUtf16)
1489 encoding indices to encodings; INIT_ENC_INDEX(enc) is the index of
1518 switch (INIT_ENC_INDEX(enc)) {
1528 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC
1540 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC
1548 if ((INIT_ENC_INDEX(enc) == UTF_16BE_ENC
1549 || INIT_ENC_INDEX(enc) == UTF_16_ENC)
1555 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC
1570 int e = INIT_ENC_INDEX(enc);
1591 if (state == XML_CONTENT_STATE && INIT_ENC_INDEX(enc) == UTF_16LE_ENC)
1614 *encPtr = encodingTable[INIT_ENC_INDEX(enc)];