Searched defs:ConvertUTF8toWide (Results 1 – 5 of 5) sorted by relevance
/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-7.0/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/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/llvm/unittests/Support/ |
D | ConvertUTFTest.cpp | 95 TEST(ConvertUTFTest, ConvertUTF8toWide) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | ConvertUTFTest.cpp | 93 TEST(ConvertUTFTest, ConvertUTF8toWide) { in TEST() argument
|