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

/external/libxml2/
H A Dxmlstring.c918 * @utfchar: the UTF8 character to be found
926 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) { argument
930 if (utf==NULL || utfchar==NULL) return -1;
931 size = xmlUTF8Strsize(utfchar, 1);
933 if (xmlStrncmp(utf, utfchar, size)==0)
H A Dtestapi.c37099 xmlChar * utfchar; /* the UTF8 character to be found */ local
37106 utfchar = gen_const_xmlChar_ptr(n_utfchar, 1);
37108 ret_val = xmlUTF8Strloc((const xmlChar *)utf, (const xmlChar *)utfchar);
37112 des_const_xmlChar_ptr(n_utfchar, (const xmlChar *)utfchar, 1);
[all...]

Completed in 277 milliseconds