Searched refs:mui_dll_dirs_utf16 (Results 1 – 1 of 1) sorted by relevance
2028 gunichar2 **mui_dll_dirs_utf16; in g_win32_registry_key_get_value() local2045 mui_dll_dirs_utf16 = NULL; in g_win32_registry_key_get_value()2054 mui_dll_dirs_utf16 = g_new0 (gunichar2 *, mui_dll_dirs_count + 1); in g_win32_registry_key_get_value()2058 mui_dll_dirs_utf16[i] = g_utf8_to_utf16 (mui_dll_dirs[i], -1, NULL, NULL, error); in g_win32_registry_key_get_value()2060 if (mui_dll_dirs_utf16[i] == NULL) in g_win32_registry_key_get_value()2071 g_free (mui_dll_dirs_utf16[i]); in g_win32_registry_key_get_value()2073 g_free (mui_dll_dirs_utf16); in g_win32_registry_key_get_value()2082 mui_dll_dirs_utf16 = (gunichar2 **) g_win32_registry_get_os_dirs_w (); in g_win32_registry_key_get_value()2086 (const gunichar2 * const *) mui_dll_dirs_utf16, in g_win32_registry_key_get_value()2095 if (mui_dll_dirs_utf16 != NULL && in g_win32_registry_key_get_value()[all …]