Home
last modified time | relevance | path

Searched defs:utf8_to_wstr (Results 1 – 10 of 10) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/avrdude/windows/
H A Dutf8.c25 LPWSTR utf8_to_wstr(const char *str, int len) in utf8_to_wstr() function
/dports/audio/openal-soft/openal-soft-1.21.1/common/
H A Dstrutils.cpp28 std::wstring utf8_to_wstr(const char *str) in utf8_to_wstr() function
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcatacharset.cpp385 std::wstring utf8_to_wstr( const std::string &str ) in utf8_to_wstr() function
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcatacharset.cpp385 std::wstring utf8_to_wstr( const std::string &str ) in utf8_to_wstr() function
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libcubeb/src/
H A Dcubeb_wasapi.cpp2056 utf8_to_wstr(char* str) in utf8_to_wstr() function
/dports/lang/spidermonkey60/firefox-60.9.0/media/libcubeb/src/
H A Dcubeb_wasapi.cpp2273 utf8_to_wstr(char const * str) in utf8_to_wstr() function
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cubeb-sys/libcubeb/src/
H A Dcubeb_wasapi.cpp2273 utf8_to_wstr(char const * str) in utf8_to_wstr() function
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/cubeb/src/
H A Dcubeb_wasapi.cpp2151 utf8_to_wstr(char const * str) in utf8_to_wstr() function
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cubeb-sys-0.5.5/libcubeb/src/
H A Dcubeb_wasapi.cpp2459 utf8_to_wstr(char const * str) in utf8_to_wstr() function
/dports/lang/ruby26/ruby-2.6.9/win32/
H A Dwin32.c1291 #define utf8_to_wstr(str, plen) mbstr_to_wstr(CP_UTF8, str, -1, plen) macro