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

  /external/bluetooth/glib/tests/
unicode-encoding.c 117 ucs4_result = g_utf8_to_ucs4 (utf8, -1, NULL, NULL, &error);
126 ucs4_result = g_utf8_to_ucs4 (utf8, -1, &items_read, NULL, &error);
142 ucs4_result = g_utf8_to_ucs4 (utf8, -1, &items_read, &items_written, &error);
convert-test.c 165 result = g_utf8_to_ucs4 (utf8, utf8_len, &items_read, &items_written, &error);
171 result2 = g_utf8_to_ucs4 (utf8, -1, &items_read2, &items_written2, &error2);
186 result3 = g_utf8_to_ucs4 (utf8, utf8_len, NULL, NULL, &error3);
  /external/bluetooth/glib/glib/
gunicode.h 316 gunichar * g_utf8_to_ucs4 (const gchar *str,
gutf8.c 827 * This function is roughly twice as fast as g_utf8_to_ucs4()
923 * g_utf8_to_ucs4:
949 g_utf8_to_ucs4 (const gchar *str, function
    [all...]
galiasdef.c 3557 #undef g_utf8_to_ucs4 macro
    [all...]
galias.h 3547 #define g_utf8_to_ucs4 macro
    [all...]

Completed in 40 milliseconds