#include <utils_win.h>
|
static char * | WideToUtf8 (wchar_t *wide, intptr_t len=-1, intptr_t *result_len=nullptr) |
|
static const char * | WideToUtf8 (const wchar_t *wide, intptr_t len=-1, intptr_t *result_len=nullptr) |
|
static wchar_t * | Utf8ToWide (char *utf8, intptr_t len=-1, intptr_t *result_len=nullptr) |
|
static const wchar_t * | Utf8ToWide (const char *utf8, intptr_t len=-1, intptr_t *result_len=nullptr) |
|
Definition at line 30 of file utils_win.h.
◆ Utf8ToWide() [1/2]
static wchar_t * dart::bin::StringUtilsWin::Utf8ToWide |
( |
char * |
utf8, |
|
|
intptr_t |
len = -1 , |
|
|
intptr_t * |
result_len = nullptr |
|
) |
| |
|
static |
◆ Utf8ToWide() [2/2]
static const wchar_t * dart::bin::StringUtilsWin::Utf8ToWide |
( |
const char * |
utf8, |
|
|
intptr_t |
len = -1 , |
|
|
intptr_t * |
result_len = nullptr |
|
) |
| |
|
static |
◆ WideToUtf8() [1/2]
static const char * dart::bin::StringUtilsWin::WideToUtf8 |
( |
const wchar_t * |
wide, |
|
|
intptr_t |
len = -1 , |
|
|
intptr_t * |
result_len = nullptr |
|
) |
| |
|
static |
◆ WideToUtf8() [2/2]
static char * dart::bin::StringUtilsWin::WideToUtf8 |
( |
wchar_t * |
wide, |
|
|
intptr_t |
len = -1 , |
|
|
intptr_t * |
result_len = nullptr |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: