Searched refs:g_utf8_validate_len (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/glib/tests/ |
D | utf8-validate.c | 295 result = g_utf8_validate_len (test->text, test->max_len, &end); in do_test()
|
/third_party/glib/glib/ |
D | gutf8.c | 1679 return g_utf8_validate_len (str, max_len, end); in g_utf8_validate() 1707 g_utf8_validate_len (const char *str, in g_utf8_validate_len() function
|
D | gunicode.h | 869 gboolean g_utf8_validate_len (const gchar *str,
|
D | gvariant-serialiser.c | 1657 g_utf8_validate_len (data, size, &end); in g_variant_serialiser_is_string()
|
D | giochannel.c | 2353 if (!g_utf8_validate_len (from_buf, try_len, &badchar)) in g_io_channel_write_chars()
|
D | gdate.c | 1246 if (!g_utf8_validate_len (str, str_len, NULL)) in g_date_set_parse()
|
D | gmarkup.c | 542 if (!g_utf8_validate_len (p, len, NULL)) in text_validate()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3333 g_utf8_validate_len
|
/third_party/glib/gio/ |
D | glocalfileinfo.c | 1115 if (g_utf8_validate_len (remainder, remaining_bytes, &invalid)) in make_valid_utf8()
|