Home | History | Annotate | Download | only in win

Lines Matching refs:wstring

55 using std::wstring;
57 static bool resolveCygwinPath(const wstring& cygwinPath, wstring& windowsPath);
197 wstring text(textBSTR, SysStringLen(textBSTR));
283 wstring input(JSStringGetCharactersPtr(url), JSStringGetLength(url));
285 wstring localPath;
294 static wstring jsStringRefToWString(JSStringRef jsStr)
317 wstring responseURL(responseURLBSTR, SysStringLen(responseURLBSTR));
325 wstring wURL = jsStringRefToWString(url);
326 wstring wAbsoluteURL = responseURL + TEXT("/") + wURL;
634 bool appendComponentToPath(wstring& path, const wstring& component)
647 path = wstring(buffer);
651 static bool followShortcuts(wstring& path)
657 wstring linkPath = path;
680 path = wstring(targetPath);
685 static bool resolveCygwinPath(const wstring& cygwinPath, wstring& windowsPath)
687 wstring fileProtocol = L"file://";
707 windowsPath = wstring(rootPath, rootPathSize);
714 wstring pathComponent = cygwinPath.substr(oldPos);
725 wstring pathComponent = cygwinPath.substr(oldPos, newPos - oldPos);
761 wstring path = cfStringRefToWString(pathCF.get());
763 wstring resultPath;
892 wstring idWstring = jsStringRefToWString(id);
914 wstring wName = jsStringRefToWString(name);
915 wstring wValue = jsStringRefToWString(value);
1336 wstring idWstring = jsStringRefToWString(id);
1342 wstring counterValue(counterValueBSTR, SysStringLen(counterValueBSTR));
1355 wstring idWstring = jsStringRefToWString(id);