Searched refs:utf1 (Results 1 – 3 of 3) sorted by relevance
638 xmlUTF8Charcmp(const xmlChar *utf1, const xmlChar *utf2) { in xmlUTF8Charcmp() argument640 if (utf1 == NULL ) { in xmlUTF8Charcmp()645 return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1)); in xmlUTF8Charcmp()
134 xmlUTF8Charcmp (const xmlChar *utf1,
110 xsltUTF8Charcmp(xmlChar *utf1, xmlChar *utf2) { in xsltUTF8Charcmp() argument112 if (utf1 == NULL ) { in xsltUTF8Charcmp()117 return xmlStrncmp(utf1, utf2, xsltUTF8Size(utf1)); in xsltUTF8Charcmp()