Home
last modified time | relevance | path

Searched refs:XML_INPUT_USES_ENC_DECL (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libxml/src/include/private/
H A Dparser.h26 #define XML_INPUT_USES_ENC_DECL (1u << 4) macro
/aosp_15_r20/external/libxml2/include/private/
H A Dparser.h30 #define XML_INPUT_USES_ENC_DECL (1u << 4) macro
/aosp_15_r20/external/libxml2/
H A DparserInternals.c1559 ctxt->input->flags |= XML_INPUT_USES_ENC_DECL; in xmlSetDeclaredEncoding()
1645 if ((ctxt->input->flags & XML_INPUT_USES_ENC_DECL) || in xmlGetActualEncoding()
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A DparserInternals.c1343 ctxt->input->flags |= XML_INPUT_USES_ENC_DECL; in xmlSetDeclaredEncoding()
H A DSAX2.c851 if ((ctxt->input->flags & XML_INPUT_USES_ENC_DECL) || in xmlSAX2EndDocument()