#include <utils.h>
|
static const char * | ConsoleStringToUtf8 (const char *str, intptr_t len=-1, intptr_t *result_len=nullptr) |
|
static char * | ConsoleStringToUtf8 (char *str, intptr_t len=-1, intptr_t *result_len=nullptr) |
|
static const char * | Utf8ToConsoleString (const char *utf8, intptr_t len=-1, intptr_t *result_len=nullptr) |
|
static char * | Utf8ToConsoleString (char *utf8, intptr_t len=-1, intptr_t *result_len=nullptr) |
|
Definition at line 58 of file utils.h.
◆ ConsoleStringToUtf8() [1/2]
static char * dart::bin::StringUtils::ConsoleStringToUtf8 |
( |
char * |
str, |
|
|
intptr_t |
len = -1 , |
|
|
intptr_t * |
result_len = nullptr |
|
) |
| |
|
static |
◆ ConsoleStringToUtf8() [2/2]
static const char * dart::bin::StringUtils::ConsoleStringToUtf8 |
( |
const char * |
str, |
|
|
intptr_t |
len = -1 , |
|
|
intptr_t * |
result_len = nullptr |
|
) |
| |
|
static |
◆ Utf8ToConsoleString() [1/2]
static char * dart::bin::StringUtils::Utf8ToConsoleString |
( |
char * |
utf8, |
|
|
intptr_t |
len = -1 , |
|
|
intptr_t * |
result_len = nullptr |
|
) |
| |
|
static |
◆ Utf8ToConsoleString() [2/2]
static const char * dart::bin::StringUtils::Utf8ToConsoleString |
( |
const char * |
utf8, |
|
|
intptr_t |
len = -1 , |
|
|
intptr_t * |
result_len = nullptr |
|
) |
| |
|
static |
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/bin/utils.h