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

/netbsd-current/external/mit/expat/dist/lib/
H A Dxmltok.c1525 #define INIT_ENC_INDEX(enc) ((int)(enc)->initEnc.isUtf16) macro
1529 encoding indices to encodings; INIT_ENC_INDEX(enc) is the index of
1552 switch (INIT_ENC_INDEX(enc)) {
1562 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
1572 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
1579 if ((INIT_ENC_INDEX(enc) == UTF_16BE_ENC
1580 || INIT_ENC_INDEX(enc) == UTF_16_ENC)
1586 if (INIT_ENC_INDEX(enc) == ISO_8859_1_ENC && state == XML_CONTENT_STATE)
1600 int e = INIT_ENC_INDEX(enc);
1621 if (state == XML_CONTENT_STATE && INIT_ENC_INDEX(en
[all...]

Completed in 96 milliseconds