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

#include <utils.h>

Static Public Member Functions

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)
 

Detailed Description

Definition at line 58 of file utils.h.

Member Function Documentation

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