Home | History | Annotate | Download | only in api

Lines Matching full:utf8

32 static const char utf8[10] = "ab\360\240\200\200defg";
51 "utf8"
86 hb_buffer_add_utf8 (b, utf8, G_N_ELEMENTS (utf8), 1, G_N_ELEMENTS (utf8) - 2);
357 const char utf8[8];
384 escaped = g_strescape (test->utf8, NULL);
388 bytes = strlen (test->utf8);
393 hb_buffer_add_utf8 (b, test->utf8, bytes, 1, bytes - 2);
406 /* Following test table is adapted from glib/glib/tests/utf8-validate.c
410 const char *utf8;
673 escaped = g_strescape (test->utf8, NULL);
677 text_bytes = strlen (test->utf8);
684 hb_buffer_add_utf8 (b, test->utf8, text_bytes, 0, segment_bytes);