Home
last modified time | relevance | path

Searched refs:g_utf16_to_utf8_and_fold (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/gio/
Dgiowin32-private.c61 g_utf16_to_utf8_and_fold (const gunichar2 *str, in g_utf16_to_utf8_and_fold() function
287 folded = g_utf16_to_utf8_and_fold (executable, (gssize) execlen, &ex, &ex_folded); in _g_win32_extract_executable()
367 …folded = g_utf16_to_utf8_and_fold (first_argument, filename_len, &dllpart_utf8, &dllpart_utf8_fold… in _g_win32_extract_executable()
Dgwin32appinfo.c1250 if (!g_utf16_to_utf8_and_fold (file_extension, in get_file_ext()
1435 !g_utf16_to_utf8_and_fold (return_id == NULL ? program_id : return_id, in decide_which_id_to_use()
2283 if (!g_utf16_to_utf8_and_fold (app_key_path, in read_capable_app()
2287 !g_utf16_to_utf8_and_fold (app_key_path, in read_capable_app()
2553 if (g_utf16_to_utf8_and_fold (url_schema, in read_capable_app()
2610 g_utf16_to_utf8_and_fold (url_schema, in read_urls()
2817 !g_utf16_to_utf8_and_fold (app_exe_basename, in read_exeapps()
3042 if (!g_utf16_to_utf8_and_fold (class_name, -1, &schema_u8, &schema_u8_folded)) in read_classes()
3367 if (!g_utf16_to_utf8_and_fold (app_user_model_id, in uwp_package_cb()
3397 if (!g_utf16_to_utf8_and_fold (ext, in uwp_package_cb()
[all …]
/third_party/glib/gio/tests/
Dwin32-appinfo.c113 success = g_utf16_to_utf8_and_fold (string_cases[i].utf16, -1, NULL, NULL); in test_utf16_strfuncs()
121 success = g_utf16_to_utf8_and_fold (string_cases[i].utf16, -1, &utf8, NULL); in test_utf16_strfuncs()
135 success = g_utf16_to_utf8_and_fold (string_cases[i].utf16, -1, &utf8, &utf8_folded); in test_utf16_strfuncs()