Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
mbstring.c File Reference

Functions

void __msl_runtime_constraint_violation_s (const char *msg, void *ptr, int error)
 
static unsigned int is_utf8_complete (const char *buf, unsigned int len)
 
static int __utf8_to_unicode (wchar_t *dst, const char *src, unsigned int len)
 
int mbtowc (wchar_t *pwc, const char *s, size_t n)
 
static int unicode_to_UTF8 (char *s, wchar_t wchar)
 
int __mbtowc_noconv (wchar_t *pwc, const char *s, size_t n)
 
int __wctomb_noconv (char *s, wchar_t wchar)
 
int mbstowcs (wchar_t *param_0, const char *param_1, int param_2)
 
int wctomb (char *s, wchar_t wchar)
 
size_t wcstombs (char *s, const wchar_t *pwcs, size_t n)
 
int mbsrtowcs_s (size_t *retval, wchar_t *dst, unsigned int dstsz, const char **param_4, size_t len, int param_6)
 

Function Documentation

◆ __mbtowc_noconv()

int __mbtowc_noconv ( wchar_t * pwc,
const char * s,
size_t n )

◆ __msl_runtime_constraint_violation_s()

void __msl_runtime_constraint_violation_s ( const char * msg,
void * ptr,
int error )
extern

◆ __utf8_to_unicode()

static int __utf8_to_unicode ( wchar_t * dst,
const char * src,
unsigned int len )
static

◆ __wctomb_noconv()

int __wctomb_noconv ( char * s,
wchar_t wchar )

◆ is_utf8_complete()

static unsigned int is_utf8_complete ( const char * buf,
unsigned int len )
static

◆ mbsrtowcs_s()

int mbsrtowcs_s ( size_t * retval,
wchar_t * dst,
unsigned int dstsz,
const char ** param_4,
size_t len,
int param_6 )

◆ mbstowcs()

int mbstowcs ( wchar_t * param_0,
const char * param_1,
int param_2 )

◆ mbtowc()

int mbtowc ( wchar_t * pwc,
const char * s,
size_t n )

◆ unicode_to_UTF8()

static int unicode_to_UTF8 ( char * s,
wchar_t wchar )
inlinestatic

◆ wcstombs()

size_t wcstombs ( char * s,
const wchar_t * pwcs,
size_t n )

◆ wctomb()

int wctomb ( char * s,
wchar_t wchar )