Home
last modified time | relevance | path

Searched refs:utf8filename (Results 1 – 20 of 20) sorted by relevance

/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DImage.cpp83 std::string utf8filename; in Create() local
84 utf8::utf16to8(filename.begin(), filename.end(), std::back_inserter(utf8filename)); in Create()
86 if (utf8filename.size()) in Create()
89 boost::filesystem::path path(utf8filename.c_str()); in Create()
98 boost::gil::png_read_image(utf8filename.c_str(), result->image); in Create()
/dports/textproc/stardict3/stardict-3.0.6/tools/src/
H A Ddirectory2treedic.cpp104 gchar *utf8filename; in add_dir() local
111 utf8filename = g_filename_to_utf8(p+1, -1, NULL, &bytes_written,NULL); in add_dir()
113 utf8filename = g_filename_to_utf8(dirname, -1, NULL, &bytes_written,NULL); in add_dir()
114 if (!utf8filename) { in add_dir()
118 fwrite(utf8filename,sizeof(gchar), bytes_written+1, tdxfile); in add_dir()
150utf8filename = g_filename_to_utf8(fullfilename+ dirname_len+1, len -2, NULL, &bytes_written,NULL);… in add_dir()
151 if (utf8filename) { in add_dir()
167 fwrite(utf8filename,sizeof(gchar), bytes_written+1, tdxfile); in add_dir()
175 g_free(utf8filename); in add_dir()
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dutils_files.h26 FILE* utils_files_utf8_fopen (const gchar *utf8filename,
28 gint utils_files_utf8_remove (const gchar *utf8filename);
H A Dutils_files.c566 FILE* utils_files_utf8_fopen (const gchar *utf8filename, in utils_files_utf8_fopen() argument
573 tmp_str = g_locale_from_utf8 (utf8filename, -1, NULL, NULL, NULL); in utils_files_utf8_fopen()
575 tmp_str = g_filename_from_utf8 (utf8filename, -1, NULL, NULL, NULL); in utils_files_utf8_fopen()
593 gint utils_files_utf8_remove (const gchar *utf8filename) in utils_files_utf8_remove() argument
599 tmp_filename = g_locale_from_utf8 (utf8filename, -1, NULL, NULL, NULL); in utils_files_utf8_remove()
601 tmp_filename = g_filename_from_utf8 (utf8filename,-1,NULL,NULL,NULL); in utils_files_utf8_remove()
/dports/graphics/dia/dia-0.97.3/plug-ins/postscript/
H A Dpaginate_psprint.c402 char *utf8filename = NULL; in diagram_print_ps() local
405 utf8filename = g_filename_to_utf8(filename, -1, NULL, NULL, NULL); in diagram_print_ps()
407 if (utf8filename == NULL) { in diagram_print_ps()
413 if (utf8filename == NULL) in diagram_print_ps()
414 utf8filename = g_strdup(filename); in diagram_print_ps()
419 "Do you want to overwrite it?"), utf8filename); in diagram_print_ps()
420 g_free(utf8filename); in diagram_print_ps()
/dports/finance/grisbi/grisbi-2.0.5/win32/
H A Dwin32utils.c150 gchar* utf8filename = NULL; in win32_get_folder_path() local
168 utf8filename = g_filename_to_utf8(folder_path, -1, NULL, NULL, NULL); in win32_get_folder_path()
169 if (utf8filename == NULL) { in win32_get_folder_path()
170 utf8filename = g_strconcat("C:\\",NULL); in win32_get_folder_path()
172 if (utf8filename != NULL) g_strlcpy(folder_path,utf8filename,MAX_PATH); in win32_get_folder_path()
/dports/graphics/dia/dia-0.97.3/app/
H A Dfiledlg.c372 char *utf8filename = NULL; in file_save_as_response_callback() local
374 utf8filename = g_filename_to_utf8(filename, -1, NULL, NULL, NULL); in file_save_as_response_callback()
375 if (utf8filename == NULL) { in file_save_as_response_callback()
380 if (utf8filename == NULL) utf8filename = g_strdup(filename); in file_save_as_response_callback()
389 "Do you want to overwrite it?"), utf8filename); in file_save_as_response_callback()
390 g_free(utf8filename); in file_save_as_response_callback()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/
H A DReaderWriterFBX.cpp226 const std::string& utf8filename(filename); in readNode() local
228 std::string utf8filename(osgDB::convertStringFromCurrentCodePageToUTF8(filename)); in readNode() local
233 if (!lImporter->Initialize(utf8filename.c_str(), -1, pSdkManager->GetIOSettings())) in readNode()
570 const std::string& utf8filename(filename); in writeNode() local
572 std::string utf8filename(osgDB::convertStringFromCurrentCodePageToUTF8(filename)); in writeNode() local
591 if (!lExporter->Initialize(utf8filename.c_str(), format)) in writeNode()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/fbx/
H A DReaderWriterFBX.cpp236 const std::string& utf8filename(filename); in readNode() local
238 std::string utf8filename(osgDB::convertStringFromCurrentCodePageToUTF8(filename)); in readNode() local
243 if (!lImporter->Initialize(utf8filename.c_str(), -1, pSdkManager->GetIOSettings())) in readNode()
611 const std::string& utf8filename(filename); in writeNode() local
613 std::string utf8filename(osgDB::convertStringFromCurrentCodePageToUTF8(filename)); in writeNode() local
632 if (!lExporter->Initialize(utf8filename.c_str(), format)) in writeNode()
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Dimport.c191 const gchar *utf8filename, *destdir; in import_do() local
200 utf8filename = gtk_entry_get_text(GTK_ENTRY(file_entry)); in import_do()
202 if (!utf8filename || !*utf8filename) in import_do()
205 filename = g_filename_from_utf8(utf8filename, -1, NULL, NULL, NULL); in import_do()
208 filename = g_strdup(utf8filename); in import_do()
227 msg = g_strdup_printf(_("Importing %s ..."), g_basename(utf8filename)); in import_do()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgwin32.h103 gchar* g_win32_locale_filename_from_utf8 (const gchar *utf8filename);
H A Dgwin32.c726 g_win32_locale_filename_from_utf8 (const gchar *utf8filename) in g_win32_locale_filename_from_utf8() argument
731 wname = g_utf8_to_utf16 (utf8filename, -1, NULL, NULL, NULL); in g_win32_locale_filename_from_utf8()
/dports/www/bluefish/bluefish-2.2.12/src/
H A Dbf_lib.h69 gchar *get_filename_on_disk_encoding(const gchar *utf8filename);
/dports/lang/ruby26/ruby-2.6.9/
H A Ddir.c1895 char *utf8filename; in replace_real_basename() local
1897 utf8filename = GLOB_REALLOC(0, wlen); in replace_real_basename()
1898 if (utf8filename) { in replace_real_basename()
1900 WideCharToMultiByte(CP_UTF8, 0, fd.cFileName, -1, utf8filename, wlen, NULL, NULL); in replace_real_basename()
1904 memcpy(path + base, utf8filename, wlen); in replace_real_basename()
1907 GLOB_FREE(utf8filename); in replace_real_basename()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/bindings/wp8/
H A DMegaSDK.cpp1424 std::string utf8filename; variable
1426 MegaApi::utf16ToUtf8(filename->Data(), filename->Length(), &utf8filename);
1428 …age != nullptr) ? utf8message.c_str() : NULL, (filename != nullptr) ? utf8filename.c_str() : NULL,…
1437 std::string utf8filename; variable
1439 MegaApi::utf16ToUtf8(filename->Data(), filename->Length(), &utf8filename);
1441 …age != nullptr) ? utf8message.c_str() : NULL, (filename != nullptr) ? utf8filename.c_str() : NULL);
/dports/graphics/mtpaint/mtPaint-4ea607e/gtk/
H A Dgtk267_7wj.patch2022 +g_win32_locale_filename_from_utf8 (const gchar *utf8filename)
2024 + gchar *retval = g_locale_from_utf8 (utf8filename, -1, NULL, NULL, NULL);
2031 + wchar_t *wname = g_utf8_to_utf16 (utf8filename, -1, NULL, NULL, NULL);
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/defs/gnome/defs/
H A Dglib.defs9151 '("const-gchar*" "utf8filename")
/dports/devel/gitg/gitg-3.32.1/vapi/
H A Dglib-2.0.vapi5524 public string locale_filename_from_utf8 (string utf8filename);
/dports/lang/vala/vala-0.48.18/vapi/
H A Dglib-2.0.vapi5917 public string locale_filename_from_utf8 (string utf8filename);
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dglib_functions.defs15649 '("const-gchar*" "utf8filename")