Home
last modified time | relevance | path

Searched refs:newEncoding (Results 1 – 1 of 1) sorted by relevance

/src/contrib/expat/lib/
H A Dxmlparse.c4857 const ENCODING *newEncoding = NULL; local
4873 &version, &versionend, &encodingName, &newEncoding, &standalone)) {
4908 if (newEncoding) {
4914 if (newEncoding->minBytesPerChar != parser->m_encoding->minBytesPerChar
4915 || (newEncoding->minBytesPerChar == 2
4916 && newEncoding != parser->m_encoding)) {
4920 parser->m_encoding = newEncoding;