Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c4865 const ENCODING *newEncoding = NULL; local
4881 &version, &versionend, &encodingName, &newEncoding, &standalone)) {
4916 if (newEncoding) {
4922 if (newEncoding->minBytesPerChar != parser->m_encoding->minBytesPerChar
4923 || (newEncoding->minBytesPerChar == 2
4924 && newEncoding != parser->m_encoding)) {
4928 parser->m_encoding = newEncoding;