Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlsave.c1335 xmlAttrPtr xml_lang = NULL; in xhtmlAttrListDumpOutput() local
1357 xml_lang = cur; in xhtmlAttrListDumpOutput()
1394 if ((lang != NULL) && (xml_lang == NULL)) { in xhtmlAttrListDumpOutput()
1399 if ((xml_lang != NULL) && (lang == NULL)) { in xhtmlAttrListDumpOutput()
1401 xmlAttrSerializeContent(buf, xml_lang); in xhtmlAttrListDumpOutput()