Searched refs:ConvertUTF8toWide (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | ConvertUTFWrapper.cpp | 20 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide() function 194 if (!ConvertUTF8toWide(sizeof(wchar_t), Source, ResultPtr, ErrorPtr)) { in ConvertUTF8toWideInternal() 202 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide() function 206 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide() function 211 return ConvertUTF8toWide(llvm::StringRef(Source), Result); in ConvertUTF8toWide()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | ConvertUTF.h | 197 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, 204 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result); 210 bool ConvertUTF8toWide(const char *Source, std::wstring &Result);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MIUtilFileStd.cpp | 91 if (llvm::ConvertUTF8toWide(vFileNamePath.c_str(), path)) in CreateWrite()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1761 if (ConvertUTF8toWide(CharByteWidth, Fragment, ResultPtr, ErrorPtrTmp)) in CopyStringFragment() 1791 while (!ConvertUTF8toWide(CharByteWidth, NextFragment, Ptr, ErrorPtrTmp)) { in CopyStringFragment()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | MSVC.cpp | 862 if (!llvm::ConvertUTF8toWide(valueName, WideValueName)) in readFullStringValue() 1150 if (!llvm::ConvertUTF8toWide(ClExe.c_str(), ClExeWide)) in getMSVCVersionFromExe()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 3066 llvm::ConvertUTF8toWide(CharByteWidth, Source, ResultPtr, ErrorPtr); in ConvertUTF8ToWideString()
|