Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libxml2/include/libxml/
DHTMLparser.h202 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/
H A DHTMLparser.h214 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libxml2/include/libxml/
DHTMLparser.h202 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libxml2/include/libxml/
DHTMLparser.h202 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libxml2/include/libxml/
DHTMLparser.h202 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/aosp_15_r20/external/libxml2/include/libxml/
H A DHTMLparser.h210 HTML_PARSE_IGNORE_ENC=1<<21,/* ignore internal document encoding hint */ enumerator
/aosp_15_r20/external/libxml2/os400/libxmlrpg/
H A DHTMLparser.rpgle269 d HTML_PARSE_IGNORE_ENC... Ignore encoding hint
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A DHTMLparser.c6285 if (options & HTML_PARSE_IGNORE_ENC) { in htmlCtxtUseOptions()
6286 ctxt->options |= HTML_PARSE_IGNORE_ENC; in htmlCtxtUseOptions()
6287 options -= HTML_PARSE_IGNORE_ENC; in htmlCtxtUseOptions()
/aosp_15_r20/external/libxml2/
H A DHTMLparser.c5697 HTML_PARSE_IGNORE_ENC | in htmlCtxtSetOptionsInternal()
5868 HTML_PARSE_IGNORE_ENC | in htmlCtxtUseOptions()