Searched refs:newEncoding (Results 1 – 1 of 1) sorted by relevance
4892 const ENCODING *newEncoding = NULL; local4908 &version, &versionend, &encodingName, &newEncoding, &standalone)) {4945 if (newEncoding) {4951 if (newEncoding->minBytesPerChar != parser->m_encoding->minBytesPerChar4952 || (newEncoding->minBytesPerChar == 24953 && newEncoding != parser->m_encoding)) {4957 parser->m_encoding = newEncoding;