Searched refs:convertWideToUTF8 (Results 1 – 7 of 7) sorted by relevance
219 bool convertWideToUTF8(const std::wstring &Source, std::string &Result);
215 bool convertWideToUTF8(const std::wstring &Source, std::string &Result);
214 bool convertWideToUTF8(const std::wstring &Source, std::string &Result) { in convertWideToUTF8() function
966 if (!llvm::convertWideToUTF8(wenvValue, envValueBuffer)) { in ParseEnvironmentOptions()
109 TEST(ConvertUTFTest, convertWideToUTF8) { in TEST() argument113 bool Success = convertWideToUTF8(Src, Result); in TEST()
120 return llvm::convertWideToUTF8(WideValue, value); in readFullStringValue()