Searched refs:g_utf8_find_prev_char (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/glib/tests/ |
D | utf8-pointer.c | 115 q = g_utf8_find_prev_char (STR, p); \ in test_find() 117 q = g_utf8_find_prev_char (STR, q); \ in test_find() 119 q = g_utf8_find_prev_char (STR, q); \ in test_find() 121 q = g_utf8_find_prev_char (STR, q); \ in test_find() 123 q = g_utf8_find_prev_char (STR, q); \ in test_find() 125 q = g_utf8_find_prev_char (STR, q); \ in test_find() 127 q = g_utf8_find_prev_char (STR, q); \ in test_find() 131 q = g_utf8_find_prev_char (STR, p); \ in test_find() 135 q = g_utf8_find_prev_char (STR, p); \ in test_find()
|
/third_party/glib/glib/deprecated/ |
D | gcompletion.c | 317 q = g_utf8_find_prev_char (*new_prefix, p); in g_completion_complete_utf8()
|
/third_party/glib/glib/ |
D | gunicode.h | 788 gchar* g_utf8_find_prev_char (const gchar *str,
|
D | gdate.c | 2587 gchar *end = g_utf8_find_prev_char (convbuf, convbuf + slen); in win32_strftime_helper() 2724 gchar *end = g_utf8_find_prev_char (convbuf, convbuf + slen); in g_date_strftime()
|
D | gutf8.c | 142 g_utf8_find_prev_char (const gchar *str, in g_utf8_find_prev_char() function
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlrender.c | 1528 while ((end = g_utf8_find_prev_char (block->joined_text, end))) { in gst_ttml_render_get_nearest_breakpoint() 1750 c = g_utf8_find_prev_char (*string, c); in gst_ttml_render_strip_trailing_spaces()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3325 g_utf8_find_prev_char
|
/third_party/glib/ |
D | NEWS | 1237 * Fix undefined behaviour causing brokenness in `g_utf8_find_prev_char()` when
|