Searched defs:utf16_len (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/tests/
H A Dconvert-test.c295 glong utf16_len,
332 g_assert (items_written == utf16_len);
352 g_assert (items_written == utf16_len);
359 for (i = 0; i <= utf16_len; i++)
369 glong utf16_len,
380 result = g_utf16_to_utf8 (utf16, utf16_len, &items_read, &items_written, &error);
381 if (utf16[utf16_len] == 0)
400 result3 = g_utf16_to_utf8 (utf16, utf16_len, NULL, NULL, &error3);
406 g_assert (items_read + 1 == utf16_len);
425 g_assert (items_read == utf16_len);
292 check_utf8_to_utf16(const char *utf8, glong utf8_len, const gunichar2 *utf16, glong utf16_len, glong error_pos) argument
368 check_utf16_to_utf8(const gunichar2 *utf16, glong utf16_len, const char *utf8, glong utf8_len, glong error_pos) argument
440 check_ucs4_to_utf16(const gunichar *ucs4, glong ucs4_len, const gunichar2 *utf16, glong utf16_len, glong error_pos) argument
508 check_utf16_to_ucs4(const gunichar2 *utf16, glong utf16_len, const gunichar *ucs4, glong ucs4_len, glong error_pos) argument
[all...]

Completed in 92 milliseconds