Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/external/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle269 d HTML_PARSE_IGNORE_ENC... Ignore encoding hint
/external/libxml2/
DHTMLparser.c3770 (ctxt->options & HTML_PARSE_IGNORE_ENC)) in htmlCheckEncodingDirect()
6861 if (options & HTML_PARSE_IGNORE_ENC) { in htmlCtxtUseOptions()
6862 ctxt->options |= HTML_PARSE_IGNORE_ENC; in htmlCtxtUseOptions()
6863 options -= HTML_PARSE_IGNORE_ENC; in htmlCtxtUseOptions()