Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp124 XML_PARSE_NOBLANKS), in canonicalizeXML()
/external/libxml2/include/libxml/
Dparser.h1098 XML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */ enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp635 nullptr, XML_PARSE_NOBLANKS | XML_PARSE_NODICT); in merge()
/external/libxml2/
DHTMLparser.c6721 if (options & XML_PARSE_NOBLANKS) { in htmlCtxtUseOptions()
6724 options -= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()
6725 ctxt->options |= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()
DparserInternals.c1731 ctxt->options |= XML_PARSE_NOBLANKS; in xmlInitParserCtxt()
Dxmllint.c3365 options |= XML_PARSE_NOBLANKS; in main()
Dparser.c15060 if (options & XML_PARSE_NOBLANKS) { in xmlCtxtUseOptionsInternal()
15063 options -= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()
15064 ctxt->options |= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()
Dtestapi.c260 if (no == 0) return(XML_PARSE_NOBLANKS | XML_PARSE_RECOVER); in gen_parseroptions()
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1236 d XML_PARSE_NOBLANKS... Remove blank nodes