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

  /external/libxml2/
testdict.c 51 strings1[i] = xmlStrncatNew(strings1[j], strings1[k], -1);
62 strings1[i] = xmlStrncatNew(strings1[j], (const xmlChar *) ":", -1);
70 strings1[i] = xmlStrncatNew(strings1[j], strings1[k], -1);
90 strings2[i] = xmlStrncatNew(strings2[j], strings2[k], -1);
101 strings2[i] = xmlStrncatNew(strings2[j], (const xmlChar *) ":", -1);
109 strings2[i] = xmlStrncatNew(strings2[j], strings2[k], -1);
xmlstring.c 473 * xmlStrncatNew:
485 xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) {
libxml2.syms     [all...]
elfgcchack.h     [all...]
tree.c     [all...]
testapi.c     [all...]
xmlschemas.c     [all...]
  /external/libxml2/include/libxml/
xmlstring.h 94 xmlStrncatNew (const xmlChar *str1,

Completed in 85 milliseconds