![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <stdlib.h>Go to the source code of this file.
Classes | |
| struct | conv_t |
| struct | Summary16 |
Macros | |
| #define | STB_SUPPORT_UNICODE_FONT |
| #define | _iconv_var_ |
| #define | RET_ILUNI -1 |
| #define | RET_ILSEQ -2 |
| #define | RET_TOOSMALL -3 |
| #define | RET_TOOFEW(n) (-4-(n)) |
Typedefs | |
| typedef long | ucs4_t |
Functions | |
| static int | gbk_mbtowc (ucs4_t *pwc, const unsigned char *s, int n) |
| static int | gbkext1_mbtowc (ucs4_t *pwc, const unsigned char *s, int n) |
| static int | cp936ext_mbtowc (ucs4_t *pwc, const unsigned char *s, int n) |
| static int | gb2312_mbtowc (ucs4_t *pwc, const unsigned char *s, int n) |
| static int | gbkext2_mbtowc (ucs4_t *pwc, const unsigned char *s, int n) |
| static int | gb18030ext_mbtowc (ucs4_t *pwc, const unsigned char *s, int n) |
| static int | gb18030_mbtowc (ucs4_t *pwc, const unsigned char *s, int n) |
| static int | gb18030uni_mbtowc (ucs4_t *pwc, const unsigned char *s, int n) |
| static int | ascii_mbtowc (ucs4_t *pwc, const unsigned char *s, int n) |
| __attribute__ ((unused)) static int gb2312_wctomb(unsigned char *r | |
Variables | |
| static const unsigned short | gb18030ext_2uni_pagea9 [13] |
| static const unsigned short | gb18030ext_2uni_pagefe [96] |
| static const unsigned short | gb18030uni_charset2uni_ranges [412] |
| static const unsigned short | gb18030uni_uni2charset_ranges [412] |
| static const unsigned short | gb18030uni_ranges [206] |
| static const unsigned short | gbkext1_2uni_page81 [6080] |
| static const unsigned short | gb2312_2uni_page21 [831] |
| static const unsigned short | gb2312_2uni_page30 [6768] |
| static const unsigned short | cp936ext_2uni_pagea6 [181-159] |
| static const unsigned short | cp936ext_2uni_pagea8 [128-122] |
| static const unsigned short | gb2312_2charset [7445] |
| static const Summary16 | gb2312_uni2indx_page00 [70] |
| static const Summary16 | gb2312_uni2indx_page20 [101] |
| static const Summary16 | gb2312_uni2indx_page30 [35] |
| static const Summary16 | gb2312_uni2indx_page4e [1263] |
| static const Summary16 | gb2312_uni2indx_page9e [27] |
| static const Summary16 | gb2312_uni2indx_pageff [15] |
| ucs4_t | wc |
| ucs4_t int | n |
| static const unsigned short | gbkext2_2uni_pagea8 [8272] |
| #define _iconv_var_ |
| #define RET_ILSEQ -2 |
| #define RET_ILUNI -1 |
| #define RET_TOOSMALL -3 |
| #define STB_SUPPORT_UNICODE_FONT |
| typedef long ucs4_t |
| __attribute__ | ( | (unused) | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| ucs4_t int n |
| ucs4_t wc |