Searched refs:utfchar (Results 1 – 2 of 2) sorted by relevance
919 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) { in xmlUTF8Strloc() argument923 if (utf==NULL || utfchar==NULL) return -1; in xmlUTF8Strloc()924 size = xmlUTF8Strsize(utfchar, 1); in xmlUTF8Strloc()926 if (xmlStrncmp(utf, utfchar, size)==0) in xmlUTF8Strloc()
124 const xmlChar *utfchar);