Searched refs:newEncoding (Results 1 – 1 of 1) sorted by relevance
4865 const ENCODING *newEncoding = NULL; local4881 &version, &versionend, &encodingName, &newEncoding, &standalone)) {4916 if (newEncoding) {4922 if (newEncoding->minBytesPerChar != parser->m_encoding->minBytesPerChar4923 || (newEncoding->minBytesPerChar == 24924 && newEncoding != parser->m_encoding)) {4928 parser->m_encoding = newEncoding;