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

/openjdk7/jdk/src/windows/instrument/
H A DEncodingSupport_md.c40 WCHAR* wstr; local
61 wstr = (WCHAR*)malloc(wlen * sizeof(WCHAR));
62 if (wstr != NULL) {
67 wstr, wlen) > 0) {
70 wstr,
79 free(wstr);
/openjdk7/jdk/src/windows/npt/
H A Dutf_md.c75 WCHAR* wstr; local
84 wstr = (WCHAR*)malloc(wlen * sizeof(WCHAR));
85 if (wstr == NULL) {
89 if (MultiByteToWideChar(codePage, 0, str, len, wstr, wlen) == 0) {
93 return wstr;
104 WCHAR* wstr; local
118 wstr = getWideString(CP_UTF8, (char*)utf8, len, &wlen);
119 if ( wstr == NULL ) {
124 plen = WideCharToMultiByte(ui->platformCodePage, 0, wstr, wlen,
126 free(wstr);
143 WCHAR* wstr; local
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A DShellFolder2.cpp639 LPWSTR wstr; local
660 wstr = olePath;
665 wstr = olePath;
669 wstr = strret.pOleStr;
679 hres = ppf->Load(wstr, STGM_READ);

Completed in 34 milliseconds