HomeSort by relevance Sort by last modified time
    Searched refs:utf8_len (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/tests/
convert-test.c 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)
    [all...]
  /external/v8/src/
debug-agent.cc 353 int utf8_len = 0; local
355 utf8_len += unibrow::Utf8::Length(message[i]);
361 "%s: %d\r\n", kContentLength, utf8_len);

Completed in 70 milliseconds