Searched refs:utf8_len (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/glib/tests/
H A Dconvert-test.c140 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,
139 check_utf8_to_ucs4(const char *utf8, glong utf8_len, const gunichar *ucs4, glong ucs4_len, glong error_pos) argument
228 check_ucs4_to_utf8(const gunichar *ucs4, glong ucs4_len, const char *utf8, glong utf8_len, glong error_pos) argument
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
[all...]
/external/v8/src/
H A Ddebug-agent.cc353 int utf8_len = 0; local
355 utf8_len += unibrow::Utf8::Length(message[i]);
361 "%s: %d\r\n", kContentLength, utf8_len);

Completed in 359 milliseconds