Searched refs:g_utf8_substring (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/glib/tests/ |
D | utf8-misc.c | 116 r = g_utf8_substring ("abcd", 1, 3); in test_utf8_substring() 120 r = g_utf8_substring ("abcd", 0, 4); in test_utf8_substring() 124 r = g_utf8_substring ("abcd", 2, 2); in test_utf8_substring() 128 r = g_utf8_substring ("abc\xe2\x82\xa0gh\xe2\x82\xa4", 2, 5); in test_utf8_substring()
|
/third_party/glib/glib/ |
D | gunicode.h | 796 gchar *g_utf8_substring (const gchar *str,
|
D | gutf8.c | 285 g_utf8_substring (const gchar *str, in g_utf8_substring() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3331 g_utf8_substring
|
/third_party/glib/ |
D | NEWS | 8082 - g_utf8_substring: convenience API to extract substrings from
|