Home
last modified time | relevance | path

Searched refs:g_utf8_to_ucs4 (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/glib/tests/
Dutf8-performance.c91 ustr = g_utf8_to_ucs4 (str, -1, NULL, NULL, NULL); in grind_utf8_to_ucs4()
122 ustr = g_utf8_to_ucs4 (str, len, NULL, NULL, NULL); in grind_utf8_to_ucs4_sized()
Dconvert.c166 result = g_utf8_to_ucs4 (utf8, utf8_len, &items_read, &items_written, &error); in check_utf8_to_ucs4()
172 result2 = g_utf8_to_ucs4 (utf8, -1, &items_read2, &items_written2, &error2); in check_utf8_to_ucs4()
187 result3 = g_utf8_to_ucs4 (utf8, utf8_len, NULL, NULL, &error3); in check_utf8_to_ucs4()
/third_party/glib/tests/
Dunicode-encoding.c129 ucs4_result = g_utf8_to_ucs4 (utf8, -1, NULL, NULL, &error); in process()
138 ucs4_result = g_utf8_to_ucs4 (utf8, -1, &items_read, NULL, &error); in process()
153 ucs4_result = g_utf8_to_ucs4 (utf8, -1, &items_read, &items_written, &error); in process()
/third_party/glib/glib/
Dgunicode.h826 gunichar * g_utf8_to_ucs4 (const gchar *str,
Dghostutils.c135 input = g_utf8_to_ucs4 (input_utf8, input_utf8_length, NULL, in punycode_encode()
Dgutf8.c848 g_utf8_to_ucs4 (const gchar *str, in g_utf8_to_ucs4() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3348 g_utf8_to_ucs4