Searched refs:g_utf8_to_ucs4 (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/glib/tests/ |
D | utf8-performance.c | 91 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()
|
D | convert.c | 166 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/ |
D | unicode-encoding.c | 129 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/ |
D | gunicode.h | 826 gunichar * g_utf8_to_ucs4 (const gchar *str,
|
D | ghostutils.c | 135 input = g_utf8_to_ucs4 (input_utf8, input_utf8_length, NULL, in punycode_encode()
|
D | gutf8.c | 848 g_utf8_to_ucs4 (const gchar *str, in g_utf8_to_ucs4() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3348 g_utf8_to_ucs4
|