Home | History | Annotate | Download | only in libxml2

Lines Matching refs:utf

1306     unsigned char * in; /* a pointer to an array of UTF-8 chars */
1926 unsigned char * in; /* a pointer to an array of UTF-8 chars */
5502 xmlOutputBufferPtr buf; /* the output buffer to store canonical XML; this buffer MUST have encoder==NULL because C14N requires UTF-8 output */
8525 unsigned char * in; /* a pointer to an array of UTF-8 chars */
8628 char * name; /* the encoding name as parsed, in UTF-8 format (ASCII actually) */
8630 char * alias; /* the alias name as parsed, in UTF-8 format (ASCII actually) */
8873 char * alias; /* the alias name as parsed, in UTF-8 format (ASCII actually) */
8996 char * alias; /* the alias name as parsed, in UTF-8 format (ASCII actually) */
9053 char * name; /* the encoding name as parsed, in UTF-8 format (ASCII actually) */
36336 unsigned char * utf; /* Pointer to putative UTF-8 encoded string. */
36341 utf = gen_const_unsigned_char_ptr(n_utf, 0);
36343 ret_val = xmlCheckUTF8((const unsigned char *)utf);
36346 des_const_unsigned_char_ptr(n_utf, (const unsigned char *)utf, 0);
36368 unsigned char * utf; /* a sequence of UTF-8 encoded bytes */
36376 utf = gen_const_unsigned_char_ptr(n_utf, 0);
36379 ret_val = xmlGetUTF8Char((const unsigned char *)utf, len);
36382 des_const_unsigned_char_ptr(n_utf, (const unsigned char *)utf, 0);
37033 xmlChar * utf; /* pointer to the UTF8 character */
37038 utf = gen_const_xmlChar_ptr(n_utf, 0);
37040 ret_val = xmlUTF8Size((const xmlChar *)utf);
37043 des_const_xmlChar_ptr(n_utf, (const xmlChar *)utf, 0);
37065 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */
37070 utf = gen_const_xmlChar_ptr(n_utf, 0);
37072 ret_val = xmlUTF8Strlen((const xmlChar *)utf);
37075 des_const_xmlChar_ptr(n_utf, (const xmlChar *)utf, 0);
37097 xmlChar * utf; /* the input UTF8 * */
37105 utf = gen_const_xmlChar_ptr(n_utf, 0);
37108 ret_val = xmlUTF8Strloc((const xmlChar *)utf, (const xmlChar *)utfchar);
37111 des_const_xmlChar_ptr(n_utf, (const xmlChar *)utf, 0);
37136 xmlChar * utf; /* the input UTF8 * */
37138 int len; /* the len of @utf (in chars) */
37144 utf = gen_const_xmlChar_ptr(n_utf, 0);
37147 ret_val = xmlUTF8Strndup((const xmlChar *)utf, len);
37150 des_const_xmlChar_ptr(n_utf, (const xmlChar *)utf, 0);
37175 xmlChar * utf; /* the input UTF8 * */
37183 utf = gen_const_xmlChar_ptr(n_utf, 0);
37186 ret_val = xmlUTF8Strpos((const xmlChar *)utf, pos);
37189 des_const_xmlChar_ptr(n_utf, (const xmlChar *)utf, 0);
37214 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */
37222 utf = gen_const_xmlChar_ptr(n_utf, 0);
37225 ret_val = xmlUTF8Strsize((const xmlChar *)utf, len);
37228 des_const_xmlChar_ptr(n_utf, (const xmlChar *)utf, 0);
37253 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */
37264 utf = gen_const_xmlChar_ptr(n_utf, 0);
37268 ret_val = xmlUTF8Strsub((const xmlChar *)utf, start, len);
37271 des_const_xmlChar_ptr(n_utf, (const xmlChar *)utf, 0);