Home
last modified time | relevance | path

Searched refs:g_utf8_find_next_char (Results 1 – 10 of 10) sorted by relevance

/third_party/glib/glib/tests/
Dutf8-pointer.c139 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/
Dhb-subset.cc61 } while ((c = g_utf8_find_next_char(c, text + text_len)) != nullptr); in consume_line()
/third_party/harfbuzz/util/
Dhb-subset.cc68 } while ((c = g_utf8_find_next_char(c, text + text_len))); in consume_line()
/third_party/glib/glib/
Dgkeyfile.c4161 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()
Dgunicode.h785 gchar* g_utf8_find_next_char (const gchar *p,
Dgutf8.c175 g_utf8_find_next_char (const gchar *p, in g_utf8_find_next_char() function
/third_party/skia/third_party/externals/harfbuzz/util/
Dhb-subset.cc322 c = g_utf8_find_next_char(c, nullptr)) in parse_text()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3324 g_utf8_find_next_char
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c1717 c = g_utf8_find_next_char (c, c + strlen (*string)); in gst_ttml_render_strip_leading_spaces()
/third_party/glib/
DNEWS3090 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