Home | History | Annotate | Download | only in libxml2

Lines Matching full:utf8

10  * UTF8 string routines from:
584 * Generic UTF8 handling routines *
600 * @utf: pointer to the UTF8 character
602 * calculates the internal size of a UTF8 character
615 /* check valid UTF8 character */
630 * @utf1: pointer to first UTF8 char
631 * @utf2: pointer to second UTF8 char
652 * compute the length of an UTF8 string, it doesn't do a full UTF8
696 * Read the first UTF8 character from @utf
817 * storage size of an UTF8 string
850 * @utf: the input UTF8 *
853 * a strndup for array of UTF8's
855 * Returns a new UTF8 * or NULL
878 * @utf: the input UTF8 *
879 * @pos: the position of the desired UTF8 char (in chars)
884 * Returns a pointer to the UTF8 character or NULL
910 * @utf: the input UTF8 *
911 * @utfchar: the UTF8 character to be found
913 * a function to provide the relative location of a UTF8 char