Searched refs:convertWideToUTF8 (Results 1 – 3 of 3) sorted by relevance
239 bool convertWideToUTF8(const std::wstring &Source, std::string &Result);
161 return llvm::convertWideToUTF8(WideValue, value); in readFullStringValue()684 convertWideToUTF8(std::wstring(VCPathWide), VCRootPath); in findVCToolChainViaSetupConfig()
271 bool convertWideToUTF8(const std::wstring &Source, std::string &Result) { in convertWideToUTF8() function