Searched defs:ConvertUTF8toWide (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/lib/Support/ |
D | ConvertUTFWrapper.cpp | 19 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide() function 203 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide() function 207 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide() function
|
/external/llvm/lib/Support/ |
D | ConvertUTFWrapper.cpp | 20 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide() function 202 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide() function 206 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ConvertUTFWrapper.cpp | 20 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide() function 202 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide() function 206 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ConvertUTFWrapper.cpp | 19 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide() function 201 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide() function 205 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide() function
|
/external/llvm/unittests/Support/ |
D | ConvertUTFTest.cpp | 95 TEST(ConvertUTFTest, ConvertUTF8toWide) { in TEST() argument
|
/external/llvm-project/llvm/unittests/Support/ |
D | ConvertUTFTest.cpp | 92 TEST(ConvertUTFTest, ConvertUTF8toWide) { in TEST() argument
|