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