Home
last modified time | relevance | path

Searched refs:windows_to_utf8 (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/stardict3/stardict-3.0.6/lib/src/
H A Dlibcommon.cpp128 bool windows_to_utf8(const std_win_string& str, std::string& out_utf8) in windows_to_utf8() function
451 if(!windows_to_utf8(buf2, rel_path))
528 if(!windows_to_utf8(rel_path_win, rel_path)) in build_relative_path()
673 if(!windows_to_utf8(szTempFileName, tmp_url_utf8) in create_temp_file()
H A Dlibcommon.h39 extern bool windows_to_utf8(const std_win_string& str, std::string& out_utf8);
/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Dconf.cpp62 if(windows_to_utf8(path_win, path_utf8)) { in get_application_dir()
H A Dprefsdlg.cpp1592 if(windows_to_utf8(run_path_win, run_path_utf8) in setup_mainwin_options_page()