Searched defs:utf2 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlstring.c631 * @utf2: pointer to second UTF8 char
638 xmlUTF8Charcmp(const xmlChar *utf1, const xmlChar *utf2) { argument
641 if (utf2 == NULL)
645 return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1));
H A Dtestapi.c36337 xmlChar * utf2; /* pointer to second UTF8 char */ local
36344 utf2 = gen_const_xmlChar_ptr(n_utf2, 1);
36346 ret_val = xmlUTF8Charcmp((const xmlChar *)utf1, (const xmlChar *)utf2);
36350 des_const_xmlChar_ptr(n_utf2, (const xmlChar *)utf2, 1);
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c10317 xmlChar * utf2; local
10319 if (!PyArg_ParseTuple(args, (char *)"zz:xmlUTF8Charcmp", &utf1, &utf2))
10322 c_retval = xmlUTF8Charcmp(utf1, utf2);

Completed in 514 milliseconds