LLVM API Documentation
Functions | |
error_code | UTF8ToUTF16 (StringRef utf8, SmallVectorImpl< wchar_t > &utf16) |
error_code | UTF16ToUTF8 (const wchar_t *utf16, size_t utf16_len, SmallVectorImpl< char > &utf8) |
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 | ||
) |