Searched refs:utf16path (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dpreferences-widget.cpp847 WCHAR utf16path[_MAX_PATH]; local
849 DWORD data_size = sizeof(utf16path);
851 (BYTE*)utf16path, &data_size) == ERROR_SUCCESS)
855 (const gunichar2*)utf16path, -1, NULL, NULL, NULL);
/inkscape/src/
H A Dfile.cpp522 WCHAR utf16path[_MAX_PATH]; local
524 DWORD data_size = sizeof(utf16path);
526 (BYTE*)utf16path, &data_size) == ERROR_SUCCESS)
530 (const gunichar2*)utf16path, -1, NULL, NULL, NULL);

Completed in 28 milliseconds