Searched refs:newEncoding (Results 1 – 1 of 1) sorted by relevance
4857 const ENCODING *newEncoding = NULL; local4873 &version, &versionend, &encodingName, &newEncoding, &standalone)) {4908 if (newEncoding) {4914 if (newEncoding->minBytesPerChar != parser->m_encoding->minBytesPerChar4915 || (newEncoding->minBytesPerChar == 24916 && newEncoding != parser->m_encoding)) {4920 parser->m_encoding = newEncoding;