Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libxml2/include/libxml/
DHTMLparser.h201 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/
H A DHTMLparser.h213 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libxml2/include/libxml/
DHTMLparser.h201 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libxml2/include/libxml/
DHTMLparser.h201 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libxml2/include/libxml/
DHTMLparser.h201 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libxml2/include/libxml/
DHTMLparser.h187 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/external/libxml2/include/libxml/
H A DHTMLparser.h208 HTML_PARSE_COMPACT = 1<<16,/* compact small text nodes */ enumerator
/aosp_15_r20/external/libxml2/os400/libxmlrpg/
H A DHTMLparser.rpgle267 d HTML_PARSE_COMPACT... compact small txtnod
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A DHTMLparser.c6273 if (options & HTML_PARSE_COMPACT) { in htmlCtxtUseOptions()
6274 ctxt->options |= HTML_PARSE_COMPACT; in htmlCtxtUseOptions()
6275 options -= HTML_PARSE_COMPACT; in htmlCtxtUseOptions()
/aosp_15_r20/external/libxml2/
H A DHTMLparser.c5695 HTML_PARSE_COMPACT | in htmlCtxtSetOptionsInternal()
5866 HTML_PARSE_COMPACT | in htmlCtxtUseOptions()