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

  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 39 utf8char.set(g_ucs4_to_utf8(reinterpret_cast<gunichar*>(&ch), 1, 0, 0, &gerror.outPtr()));
  /external/bluetooth/glib/tests/
convert-test.c 240 result = g_ucs4_to_utf8 (ucs4, ucs4_len, &items_read, &items_written, &error);
246 result2 = g_ucs4_to_utf8 (ucs4, -1, &items_read2, &items_written2, &error2);
261 result3 = g_ucs4_to_utf8 (ucs4, ucs4_len, NULL, NULL, &error3);
unicode-encoding.c 168 utf8_result = g_ucs4_to_utf8 (ucs4_result, -1, &items_read, &items_written, &error);
  /external/bluetooth/glib/glib/
gunicode.h 339 gchar* g_ucs4_to_utf8 (const gunichar *str,
gunidecomp.c 528 result = g_ucs4_to_utf8 (result_wc, -1, NULL, NULL, NULL);
gutf8.c 1007 * g_ucs4_to_utf8:
1030 g_ucs4_to_utf8 (const gunichar *str, function
    [all...]
galiasdef.c 3512 #undef g_ucs4_to_utf8 macro
    [all...]
galias.h 3502 #define g_ucs4_to_utf8 macro
    [all...]

Completed in 122 milliseconds