Home | History | Annotate | Download | only in libxml2

Lines Matching refs:utf1

36994     xmlChar * utf1; /* pointer to first UTF8 char */
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);