Lines Matching refs:INIT_ENC_INDEX
1526 #define INIT_ENC_INDEX(enc) ((int)(enc)->initEnc.isUtf16)
1530 encoding indices to encodings; INIT_ENC_INDEX(enc) is the index of
1553 switch (INIT_ENC_INDEX(enc)) {
1563 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
1573 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
1580 if ((INIT_ENC_INDEX(enc) == UTF_16BE_ENC
1581 || INIT_ENC_INDEX(enc) == UTF_16_ENC)
1587 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
1601 int e = INIT_ENC_INDEX(enc);
1622 if (state == XML_CONTENT_STATE && INIT_ENC_INDEX(enc) == UTF_16LE_ENC)
1644 *encPtr = encodingTable[INIT_ENC_INDEX(enc)];