Symbol: xlocale_ctype
lib/libc/locale/ascii.c
63
_ascii_init(struct xlocale_ctype *l,_RuneLocale *rl)
lib/libc/locale/big5.c
68
_BIG5_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/euc.c
122
_EUC_CN_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/euc.c
169
_EUC_KR_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/euc.c
216
_EUC_JP_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/euc.c
263
_EUC_TW_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/gb18030.c
69
_GB18030_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/gb2312.c
64
_GB2312_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/gbk.c
70
_GBK_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/mblocal.h
100
int _EUC_KR_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
lib/libc/locale/mblocal.h
101
int _EUC_TW_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
lib/libc/locale/mblocal.h
102
int _GB18030_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
lib/libc/locale/mblocal.h
103
int _GB2312_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
lib/libc/locale/mblocal.h
104
int _GBK_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
lib/libc/locale/mblocal.h
105
int _BIG5_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
lib/libc/locale/mblocal.h
106
int _MSKanji_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
lib/libc/locale/mblocal.h
107
int _ascii_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
lib/libc/locale/mblocal.h
90
#define XLOCALE_CTYPE(x) ((struct xlocale_ctype*)(x)->components[XLC_CTYPE])
lib/libc/locale/mblocal.h
91
extern struct xlocale_ctype __xlocale_global_ctype;
lib/libc/locale/mblocal.h
96
int _none_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
lib/libc/locale/mblocal.h
97
int _UTF8_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
lib/libc/locale/mblocal.h
98
int _EUC_CN_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
lib/libc/locale/mblocal.h
99
int _EUC_JP_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
lib/libc/locale/mskanji.c
72
_MSKanji_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/none.c
189
struct xlocale_ctype __xlocale_global_ctype = {
lib/libc/locale/none.c
201
struct xlocale_ctype __xlocale_C_ctype = {
lib/libc/locale/none.c
70
_none_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/setrunelocale.c
175
memcpy(l, &saved, sizeof(struct xlocale_ctype));
lib/libc/locale/setrunelocale.c
213
struct xlocale_ctype *l = calloc(sizeof(struct xlocale_ctype), 1);
lib/libc/locale/setrunelocale.c
65
static int __setrunelocale(struct xlocale_ctype *l, const char *);
lib/libc/locale/setrunelocale.c
70
struct xlocale_ctype *l = v;
lib/libc/locale/setrunelocale.c
93
__setrunelocale(struct xlocale_ctype *l, const char *encoding)
lib/libc/locale/setrunelocale.c
98
struct xlocale_ctype saved = *l;
lib/libc/locale/table.c
256
struct xlocale_ctype *c = XLOCALE_CTYPE(locale);
lib/libc/locale/utf8.c
65
_UTF8_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/stdio/fgetwc.c
79
struct xlocale_ctype *l = XLOCALE_CTYPE(locale);
lib/libc/stdio/fgetws.c
53
struct xlocale_ctype *l = XLOCALE_CTYPE(locale);
lib/libc/stdio/fputwc.c
53
struct xlocale_ctype *l = XLOCALE_CTYPE(locale);
lib/libc/stdio/fputws.c
54
struct xlocale_ctype *l = XLOCALE_CTYPE(locale);
lib/libc/stdio/ungetwc.c
54
struct xlocale_ctype *l = XLOCALE_CTYPE(locale);