Searched defs:utf1 (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxmlstring.c637 * @utf1: pointer to first UTF8 char
645 xmlUTF8Charcmp(const xmlChar *utf1, const xmlChar *utf2) { argument
647 if (utf1 == NULL ) {
652 return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1));
H A Dtestapi.c36994 xmlChar * utf1; /* pointer to first UTF8 char */ local
37002 utf1 = gen_const_xmlChar_ptr(n_utf1, 0);
37005 ret_val = xmlUTF8Charcmp((const xmlChar *)utf1, (const xmlChar *)utf2);
37008 des_const_xmlChar_ptr(n_utf1, (const xmlChar *)utf1, 0);
[all...]

Completed in 212 milliseconds