CUBRID Engine  latest
charset_converters.h File Reference
#include "ksc5601.h"
#include "jisx0212.h"
Include dependency graph for charset_converters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  s_Summary16
 

Macros

#define RET_ILSEQ   -1
 
#define RET_TOOFEW   -2
 
#define RET_ILUNI   -1
 
#define RET_TOOSMALL   -2
 

Typedefs

typedef unsigned int ucs4_t
 
typedef struct s_Summary16 Summary16
 

Macro Definition Documentation

#define RET_ILSEQ   -1

Definition at line 24 of file charset_converters.h.

Referenced by jisx0212_mbtowc(), and ksc5601_mbtowc().

#define RET_ILUNI   -1
#define RET_TOOFEW   -2

Definition at line 25 of file charset_converters.h.

Referenced by jisx0212_mbtowc(), and ksc5601_mbtowc().

#define RET_TOOSMALL   -2

Definition at line 30 of file charset_converters.h.

Referenced by jisx0212_wctomb(), and ksc5601_wctomb().

Typedef Documentation

typedef struct s_Summary16 Summary16

Definition at line 36 of file charset_converters.h.

typedef unsigned int ucs4_t

Definition at line 34 of file charset_converters.h.