Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/include/libxml/
DparserInternals.h279 XMLPUBVAR const xmlChar xmlStringText[]; variable
/external/libxml2/include/libxml/
DparserInternals.h312 XMLPUBVAR const xmlChar xmlStringText[]; variable
/external/libxml2/
DHTMLtree.c825 if (((cur->name == (const xmlChar *)xmlStringText) || in htmlNodeDumpFormatOutput()
Dtree.c114 const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 }; variable
2437 cur->name = xmlStringText; in xmlNewText()
2668 cur->name = xmlStringText; in xmlNewTextLen()
4183 if (node->name == xmlStringText) in xmlStaticCopyNode()
4184 ret->name = xmlStringText; in xmlStaticCopyNode()
9473 if (cur->name == xmlStringText) in xmlDOMWrapCloneNode()
9474 clone->name = xmlStringText; in xmlDOMWrapCloneNode()
DSAX2.c1887 ret->name = xmlStringText; in xmlSAX2TextNode()
2557 (lastChild->name == xmlStringText); in xmlSAX2Characters()
Dxmlsave.c1495 if ((cur->name == xmlStringText) || in xhtmlNodeDumpOutput()
DdebugXML.c368 if ((node->name == xmlStringText) || in xmlCtxtGenericNodeCheck()
/external/chromium_org/third_party/libxml/src/
DHTMLtree.c803 if (((cur->name == (const xmlChar *)xmlStringText) || in htmlNodeDumpFormatOutput()
Dtree.c111 const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 }; variable
2397 cur->name = xmlStringText; in xmlNewText()
2628 cur->name = xmlStringText; in xmlNewTextLen()
4130 if (node->name == xmlStringText) in xmlStaticCopyNode()
4131 ret->name = xmlStringText; in xmlStaticCopyNode()
9296 if (cur->name == xmlStringText) in xmlDOMWrapCloneNode()
9297 clone->name = xmlStringText; in xmlDOMWrapCloneNode()
DSAX2.c1858 ret->name = xmlStringText; in xmlSAX2TextNode()
2469 (lastChild->name == xmlStringText); in xmlSAX2Characters()
Dxmlsave.c1322 if ((cur->name == xmlStringText) || in xhtmlNodeDumpOutput()
DdebugXML.c368 if ((node->name == xmlStringText) || in xmlCtxtGenericNodeCheck()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src161 xmlStringText DATA
/external/chromium_org/third_party/libxslt/libxslt/
Dtransform.c777 (target->last->name == xmlStringText)) { in xsltCopyTextString()
Dxslt.c3362 textNode->name = xmlStringText; in xsltParsePreprocessStylesheetTree()