Home | History | Annotate | Download | only in libxml2

Lines Matching full:charref

2385  * the content will be automatically remapped to a CharRef sequence.
2494 xmlChar charref[20];
2512 * Removes the UTF8 sequence, and replace it by a charref
2516 charrefLen = snprintf((char *) &charref[0], sizeof(charref),
2523 charref, &c_in);
2560 * the content will be automatically remapped to a CharRef sequence.
2658 xmlChar charref[20];
2676 * Removes the UTF8 sequence, and replace it by a charref
2680 charrefLen = snprintf((char *) &charref[0], sizeof(charref),
2687 charref, &toconv);