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

Go to the source code of this file.

Functions

static FBSTRINGfb_hIntlConvertToWC (FBSTRING *source, UINT source_cp)
 
static FBSTRINGfb_hIntlConvertFromWC (FBSTRING *source, UINT dest_cp)
 
FBSTRINGfb_hIntlConvertString (FBSTRING *source, int source_cp, int dest_cp)
 
char * fb_hGetLocaleInfo (LCID Locale, LCTYPE LCType, char *pszBuffer, size_t uiSize)
 

Function Documentation

char* fb_hGetLocaleInfo ( LCID  Locale,
LCTYPE  LCType,
char *  pszBuffer,
size_t  uiSize 
)

Definition at line 87 of file intl_core.c.

Here is the caller graph for this function:

static FBSTRING* fb_hIntlConvertFromWC ( FBSTRING source,
UINT  dest_cp 
)
static

Definition at line 43 of file intl_core.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBSTRING* fb_hIntlConvertString ( FBSTRING source,
int  source_cp,
int  dest_cp 
)

Definition at line 82 of file intl_core.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static FBSTRING* fb_hIntlConvertToWC ( FBSTRING source,
UINT  source_cp 
)
static

Definition at line 7 of file intl_core.c.

Here is the call graph for this function:

Here is the caller graph for this function: