HomeSort by relevance Sort by last modified time
    Searched refs:xsltCopyText (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxslt/libxslt/
transform.c 679 "xsltCopyText: text allocation failed\n");
797 * xsltCopyText:
809 xsltCopyText(xsltTransformContextPtr ctxt, xmlNodePtr target,
823 "xsltCopyText: copy CDATA text %s\n",
827 "xsltCopyText: copy unescaped text %s\n",
831 "xsltCopyText: copy text %s\n",
859 * OPTIMIZE TODO: xsltCopyText() is also used for attribute content.
954 "xsltCopyText: text copy failed\n");
960 "Internal error in xsltCopyText(): "
1167 return(xsltCopyText(ctxt, insert, node, 0))
    [all...]
  /external/libxslt/libxslt/
transform.c 679 "xsltCopyText: text allocation failed\n");
797 * xsltCopyText:
809 xsltCopyText(xsltTransformContextPtr ctxt, xmlNodePtr target,
823 "xsltCopyText: copy CDATA text %s\n",
827 "xsltCopyText: copy unescaped text %s\n",
831 "xsltCopyText: copy text %s\n",
859 * OPTIMIZE TODO: xsltCopyText() is also used for attribute content.
954 "xsltCopyText: text copy failed\n");
960 "Internal error in xsltCopyText(): "
1167 return(xsltCopyText(ctxt, insert, node, 0))
    [all...]

Completed in 26 milliseconds