Home | History | Annotate | Download | only in tests

Lines Matching full:utf8_len

140 		    glong           utf8_len,
154 result = g_utf8_to_ucs4_fast (utf8, utf8_len, &items_written);
165 result = g_utf8_to_ucs4 (utf8, utf8_len, &items_read, &items_written, &error);
167 if (utf8_len == strlen (utf8))
186 result3 = g_utf8_to_ucs4 (utf8, utf8_len, NULL, NULL, &error3);
211 g_assert (items_read == utf8_len);
231 glong utf8_len,
278 g_assert (items_written == utf8_len);
293 glong utf8_len,
305 result = g_utf8_to_utf16 (utf8, utf8_len, &items_read, &items_written, &error);
307 if (utf8_len == strlen (utf8))
326 result3 = g_utf8_to_utf16 (utf8, utf8_len, NULL, NULL, &error3);
351 g_assert (items_read == utf8_len);
371 glong utf8_len,
407 g_assert (items_written == utf8_len);
426 g_assert (items_written == utf8_len);