Searched refs:g_utf8_casefold (Results 1 – 13 of 13) sorted by relevance
/third_party/glib/tests/ |
D | unicode-caseconv.c | 115 convert = g_utf8_casefold (test, -1); in main()
|
/third_party/glib/glib/ |
D | gdate.c | 1011 casefold = g_utf8_casefold (str, -1); in g_date_fill_parse_tokens() 1091 casefold = g_utf8_casefold (buf, -1); in g_date_prepare_to_parse() 1097 casefold = g_utf8_casefold (buf, -1); in g_date_prepare_to_parse() 1103 casefold = g_utf8_casefold (buf, -1); in g_date_prepare_to_parse() 1109 casefold = g_utf8_casefold (buf, -1); in g_date_prepare_to_parse()
|
D | gunicode.h | 880 gchar *g_utf8_casefold (const gchar *str,
|
D | gfileutils.c | 415 pathext = g_utf8_casefold (pathext, -1); in g_file_test() 417 lastdot = g_utf8_casefold (lastdot, -1); in g_file_test()
|
D | guniprop.c | 1164 g_utf8_casefold (const gchar *str, in g_utf8_casefold() function
|
D | gstrfuncs.c | 3006 g_ptr_array_add (array, g_utf8_casefold (normal, -1)); in index_add_folded()
|
/third_party/glib/gio/ |
D | giowin32-private.c | 73 folded = g_utf8_casefold (u8, -1); in g_utf16_to_utf8_and_fold()
|
D | gcontenttype.c | 1239 case_folded = g_utf8_casefold (name, -1); in component_match() 1324 case_folded = g_utf8_casefold (e->components[i], -1); in enumerator_new()
|
D | gwin32appinfo.c | 3276 command_utf8_folded = g_utf8_casefold (handler_verb->command_utf8, -1); in link_handlers_to_fake_apps() 5183 app->canonical_name_folded = g_utf8_casefold (application_name, -1); in g_app_info_create_from_commandline() 5240 scheme_down = g_utf8_casefold (uri_scheme, -1); in g_app_info_get_default_for_uri_scheme() 5283 ext_down = g_utf8_casefold (content_type, -1); in g_app_info_get_default_for_type() 5376 ext_down = g_utf8_casefold (content_type, -1); in g_app_info_get_all_for_type()
|
/third_party/glib/glib/tests/ |
D | date.c | 318 buf_casefold = g_utf8_casefold (buf, -1); \ in test_month_names() 319 o_casefold = g_utf8_casefold ((o), -1); \ in test_month_names()
|
D | unicode.c | 523 str_casefold = g_utf8_casefold (NULL, 0); in test_casefold() 527 str_casefold = g_utf8_casefold (str, strlen (str)); in test_casefold()
|
D | gdatetime.c | 1545 gchar *o_casefold = g_utf8_casefold (o, -1); \ in test_GDateTime_printf() 1546 gchar *p_casefold = g_utf8_casefold (p, -1); \ in test_GDateTime_printf()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3339 g_utf8_casefold
|