Searched refs:ucs4_len (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/glib/tests/ |
D | convert-test.c | 142 glong ucs4_len, in check_utf8_to_ucs4() argument 156 g_assert (items_written == ucs4_len); in check_utf8_to_ucs4() 192 g_assert (items_written == ucs4_len); in check_utf8_to_ucs4() 212 g_assert (items_written == ucs4_len); in check_utf8_to_ucs4() 219 for (i = 0; i <= ucs4_len; i++) in check_utf8_to_ucs4() 229 glong ucs4_len, in check_ucs4_to_utf8() argument 240 result = g_ucs4_to_utf8 (ucs4, ucs4_len, &items_read, &items_written, &error); in check_ucs4_to_utf8() 242 if (ucs4[ucs4_len] == 0) in check_ucs4_to_utf8() 261 result3 = g_ucs4_to_utf8 (ucs4, ucs4_len, NULL, NULL, &error3); in check_ucs4_to_utf8() 277 g_assert (items_read == ucs4_len); in check_ucs4_to_utf8() [all …]
|
D | unicode-encoding.c | 85 gint ucs4_len) in process() argument 151 items_written != ucs4_len) in process() 162 items_written != ucs4_len) in process() 176 items_read != ucs4_len || in process() 252 if (items_read != ucs4_len || in process() 286 items_written != ucs4_len) in process()
|