Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
dart::bin::StringUtilsWin Class Reference

#include <utils_win.h>

Static Public Member Functions

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)
 

Detailed Description

Definition at line 30 of file utils_win.h.

Member Function Documentation

◆ 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: