Searched refs:is_xhtml (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlsave.c936 int is_xhtml = 0; local
1046 is_xhtml = 1;
1050 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
1051 if (is_xhtml < 0) is_xhtml = 0;
1061 if (is_xhtml)
2121 int is_xhtml = 0; local
2143 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
2144 if (is_xhtml < 0)
2145 is_xhtml
[all...]
/external/libxml2/
H A Dxmlsave.c1105 int is_xhtml = 0; local
1215 is_xhtml = 1;
1219 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
1220 if (is_xhtml < 0) is_xhtml = 0;
1230 if (is_xhtml)
2360 int is_xhtml = 0; local
2382 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
2383 if (is_xhtml < 0)
2384 is_xhtml
[all...]

Completed in 138 milliseconds