Searched refs:g_utf8_find_next_char (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/glib/tests/ |
D | utf8-pointer.c | 139 q = g_utf8_find_next_char (p, NULL); \ in test_find() 141 q = g_utf8_find_next_char (q, NULL); \ in test_find() 144 q = g_utf8_find_next_char (p, STR + 6); \ in test_find() 146 q = g_utf8_find_next_char (q, STR + 6); \ in test_find() 149 q = g_utf8_find_next_char (STR, STR); \ in test_find() 152 q = g_utf8_find_next_char (STR + strlen (STR), NULL); \ in test_find() 157 q = g_utf8_find_next_char (STR + 10, NULL); \ in test_find() 161 q = g_utf8_find_next_char (STR + 10, STR + 11); \ in test_find()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | hb-subset.cc | 61 } while ((c = g_utf8_find_next_char(c, text + text_len)) != nullptr); in consume_line()
|
/third_party/harfbuzz/util/ |
D | hb-subset.cc | 68 } while ((c = g_utf8_find_next_char(c, text + text_len))); in consume_line()
|
/third_party/glib/glib/ |
D | gkeyfile.c | 4161 q = g_utf8_find_next_char (q, NULL); in g_key_file_is_group_name() 4182 q = g_utf8_find_next_char (q, NULL); in g_key_file_is_key_name() 4200 q = g_utf8_find_next_char (q, NULL); in g_key_file_is_key_name() 4229 p = g_utf8_find_next_char (p, NULL); in g_key_file_line_is_group() 4235 p = g_utf8_find_next_char (p, NULL); in g_key_file_line_is_group() 4237 p = g_utf8_find_next_char (p, NULL); in g_key_file_line_is_group()
|
D | gunicode.h | 785 gchar* g_utf8_find_next_char (const gchar *p,
|
D | gutf8.c | 175 g_utf8_find_next_char (const gchar *p, in g_utf8_find_next_char() function
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | hb-subset.cc | 322 c = g_utf8_find_next_char(c, nullptr)) in parse_text()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3324 g_utf8_find_next_char
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlrender.c | 1717 c = g_utf8_find_next_char (c, c + strlen (*string)); in gst_ttml_render_strip_leading_spaces()
|
/third_party/glib/ |
D | NEWS | 3090 773842 g_utf8_find_next_char() won't signal the end of a NUL-terminated string 3589 547200 g_utf8_find_next_char() issues 10842 547200 g_utf8_find_next_char() issues
|