Searched refs:ConvertUTF8toWide (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ConvertUTFWrapper.cpp | 18 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide() function 250 if (!ConvertUTF8toWide(sizeof(wchar_t), Source, ResultPtr, ErrorPtr)) { in ConvertUTF8toWideInternal() 258 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide() function 262 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide() function 267 return ConvertUTF8toWide(llvm::StringRef(Source), Result); in ConvertUTF8toWide()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ConvertUTF.h | 236 LLVM_ABI bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, 243 LLVM_ABI bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result); 249 LLVM_ABI bool ConvertUTF8toWide(const char *Source, std::wstring &Result);
|
| /freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/ |
| H A D | MSVCPaths.cpp | 137 if (!llvm::ConvertUTF8toWide(valueName, WideValueName)) in readFullStringValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 716 llvm::ConvertUTF8toWide(lines[index], wbuffer); in EndOrAddLineCommand() 909 llvm::ConvertUTF8toWide(currentLine, wbuffer); in FixIndentationCommand()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 2339 if (ConvertUTF8toWide(CharByteWidth, Fragment, ResultPtr, ErrorPtrTmp)) in CopyStringFragment() 2369 while (!ConvertUTF8toWide(CharByteWidth, NextFragment, Ptr, ErrorPtrTmp)) { in CopyStringFragment()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MSVC.cpp | 612 if (!llvm::ConvertUTF8toWide(ClExe.c_str(), ClExeWide)) in getMSVCVersionFromExe()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 3508 llvm::ConvertUTF8toWide(CharByteWidth, Source, ResultPtr, ErrorPtr); in ConvertUTF8ToWideString()
|