Symbol: xlocale_ctype
lib/libc/locale/ascii.c
65
_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
121
_EUC_CN_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/euc.c
168
_EUC_KR_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/euc.c
215
_EUC_JP_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/euc.c
262
_EUC_TW_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/gb18030.c
68
_GB18030_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/gb2312.c
63
_GB2312_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/gbk.c
66
_GBK_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/mblocal.h
66
#define XLOCALE_CTYPE(x) ((struct xlocale_ctype*)(x)->components[XLC_CTYPE])
lib/libc/locale/mblocal.h
67
extern struct xlocale_ctype __xlocale_global_ctype;
lib/libc/locale/mblocal.h
72
int _none_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
lib/libc/locale/mblocal.h
73
int _UTF8_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
lib/libc/locale/mblocal.h
74
int _EUC_CN_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
lib/libc/locale/mblocal.h
75
int _EUC_JP_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
lib/libc/locale/mblocal.h
76
int _EUC_KR_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
lib/libc/locale/mblocal.h
77
int _EUC_TW_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
lib/libc/locale/mblocal.h
78
int _GB18030_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
lib/libc/locale/mblocal.h
79
int _GB2312_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
lib/libc/locale/mblocal.h
80
int _GBK_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
lib/libc/locale/mblocal.h
81
int _BIG5_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
lib/libc/locale/mblocal.h
82
int _MSKanji_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
lib/libc/locale/mblocal.h
83
int _ascii_init(struct xlocale_ctype *, _RuneLocale *) __dso_hidden;
lib/libc/locale/mskanji.c
71
_MSKanji_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/locale/none.c
282
struct xlocale_ctype __xlocale_global_ctype = {
lib/libc/locale/none.c
296
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
157
memcpy(l, &saved, sizeof(struct xlocale_ctype));
lib/libc/locale/setrunelocale.c
195
struct xlocale_ctype *l = calloc(sizeof(struct xlocale_ctype), 1);
lib/libc/locale/setrunelocale.c
64
static int __setrunelocale(struct xlocale_ctype *l, const char *);
lib/libc/locale/setrunelocale.c
69
struct xlocale_ctype *l = v;
lib/libc/locale/setrunelocale.c
92
__setrunelocale(struct xlocale_ctype *l, const char *encoding)
lib/libc/locale/setrunelocale.c
97
struct xlocale_ctype saved = *l;
lib/libc/locale/table.c
261
struct xlocale_ctype *c = XLOCALE_CTYPE(locale);
lib/libc/locale/utf8.c
85
_UTF8_init(struct xlocale_ctype *l, _RuneLocale *rl)
lib/libc/stdio/fgetwc.c
80
struct xlocale_ctype *l = XLOCALE_CTYPE(locale);
lib/libc/stdio/fgetws.c
55
struct xlocale_ctype *l = XLOCALE_CTYPE(locale);
lib/libc/stdio/fputwc.c
56
struct xlocale_ctype *l = XLOCALE_CTYPE(locale);
lib/libc/stdio/fputws.c
56
struct xlocale_ctype *l = XLOCALE_CTYPE(locale);
lib/libc/stdio/ungetwc.c
55
struct xlocale_ctype *l = XLOCALE_CTYPE(locale);