Home | History | Annotate | Download | only in parser

Lines Matching defs:is8Bit

561 static void switchEncoding(xmlParserCtxtPtr ctxt, bool is8Bit)
567 if (is8Bit) {
579 bool is8Bit = chunk.is8Bit();
580 switchEncoding(ctxt, is8Bit);
581 if (is8Bit)
864 TemporaryChange<bool> encodingScope(m_isCurrentlyParsing8BitChunk, parseString.is8Bit());