LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
llvm::sys::windows Namespace Reference

Functions

error_code UTF8ToUTF16 (StringRef utf8, SmallVectorImpl< wchar_t > &utf16)
 
error_code UTF16ToUTF8 (const wchar_t *utf16, size_t utf16_len, SmallVectorImpl< char > &utf8)
 

Function Documentation

error_code llvm::sys::windows::UTF16ToUTF8 ( const wchar_t *  utf16,
size_t  utf16_len,
SmallVectorImpl< char > &  utf8 
)
error_code llvm::sys::windows::UTF8ToUTF16 ( StringRef  utf8,
SmallVectorImpl< wchar_t > &  utf16 
)