Home
last modified time | relevance | path

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

/minix3/external/mit/expat/dist/lib/
H A Dxmlparse.c3424 const ENCODING *newEncoding = NULL; in processXmlDecl() local
3439 &newEncoding, in processXmlDecl()
3477 if (newEncoding) { in processXmlDecl()
3478 if (newEncoding->minBytesPerChar != encoding->minBytesPerChar) { in processXmlDecl()
3482 encoding = newEncoding; in processXmlDecl()