Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/libxml/src/include/private/
Dparser.h30 #define XML_INPUT_USES_ENC_DECL (1u << 4) macro
/external/cronet/tot/third_party/libxml/src/include/private/
Dparser.h30 #define XML_INPUT_USES_ENC_DECL (1u << 4) macro
/external/libxml2/include/private/
Dparser.h30 #define XML_INPUT_USES_ENC_DECL (1u << 4) macro
/external/cronet/stable/third_party/libxml/src/
DparserInternals.c1559 ctxt->input->flags |= XML_INPUT_USES_ENC_DECL; in xmlSetDeclaredEncoding()
1645 if ((ctxt->input->flags & XML_INPUT_USES_ENC_DECL) || in xmlGetActualEncoding()
/external/cronet/tot/third_party/libxml/src/
DparserInternals.c1559 ctxt->input->flags |= XML_INPUT_USES_ENC_DECL; in xmlSetDeclaredEncoding()
1645 if ((ctxt->input->flags & XML_INPUT_USES_ENC_DECL) || in xmlGetActualEncoding()
/external/libxml2/
DparserInternals.c1591 ctxt->input->flags |= XML_INPUT_USES_ENC_DECL; in xmlSetDeclaredEncoding()
1677 if ((ctxt->input->flags & XML_INPUT_USES_ENC_DECL) || in xmlGetActualEncoding()