FreeBASIC  0.91.0
utf_convfrom_char.c File Reference
#include "fb.h"
Include dependency graph for utf_convfrom_char.c:

Go to the source code of this file.

Functions

static char * hToUTF8 (const char *src, ssize_t chars, char *dst, ssize_t *bytes)
 
static char * hToUTF16 (const char *src, ssize_t chars, char *dst, ssize_t *bytes)
 
static char * hToUTF32 (const char *src, ssize_t chars, char *dst, ssize_t *bytes)
 
char * fb_CharToUTF (FB_FILE_ENCOD encod, const char *src, ssize_t chars, char *dst, ssize_t *bytes)
 

Function Documentation

char* fb_CharToUTF ( FB_FILE_ENCOD  encod,
const char *  src,
ssize_t  chars,
char *  dst,
ssize_t *  bytes 
)

Definition at line 81 of file utf_convfrom_char.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static char* hToUTF16 ( const char *  src,
ssize_t  chars,
char *  dst,
ssize_t *  bytes 
)
static

Definition at line 24 of file utf_convfrom_char.c.

Here is the caller graph for this function:

static char* hToUTF32 ( const char *  src,
ssize_t  chars,
char *  dst,
ssize_t *  bytes 
)
static

Definition at line 52 of file utf_convfrom_char.c.

Here is the caller graph for this function:

static char* hToUTF8 ( const char *  src,
ssize_t  chars,
char *  dst,
ssize_t *  bytes 
)
static

Definition at line 5 of file utf_convfrom_char.c.

Here is the call graph for this function:

Here is the caller graph for this function: