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

/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c1175 #define utf8_to_wstr(str, plen) mbstr_to_wstr(CP_UTF8, str, -1, plen) macro
1913 WCHAR *wpath = utf8_to_wstr(filename, NULL);
4225 if (!(wfrom = utf8_to_wstr(from, NULL)))
4227 if (!(wto = utf8_to_wstr(to, NULL))) {
4370 if (!(wfrom = utf8_to_wstr(from, NULL)))
4372 if (!(wto = utf8_to_wstr(to, NULL))) {
4714 if (!(wpath = utf8_to_wstr(path, NULL)))
5177 if (!(wfile = utf8_to_wstr(file, NULL)))
6255 if (!(wpath = utf8_to_wstr(path, NULL)))
6283 if (!(wpath = utf8_to_wstr(pat
[all...]

Completed in 192 milliseconds