Home
last modified time | relevance | path

Searched refs:xlocale_ctype (Results 1 – 17 of 17) sorted by relevance

/freebsd/lib/libc/locale/
H A Dmblocal.h48 struct xlocale_ctype { struct
90 #define XLOCALE_CTYPE(x) ((struct xlocale_ctype*)(x)->components[XLC_CTYPE]) argument
91 extern struct xlocale_ctype __xlocale_global_ctype;
96 int _none_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
97 int _UTF8_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
98 int _EUC_CN_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
99 int _EUC_JP_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
100 int _EUC_KR_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
101 int _EUC_TW_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
102 int _GB18030_init(struct xlocale_ctype *, _RuneLocale *) __hidden;
[all …]
H A Dsetrunelocale.c65 static int __setrunelocale(struct xlocale_ctype *l, const char *);
70 struct xlocale_ctype *l = v; in destruct_ctype()
93 __setrunelocale(struct xlocale_ctype *l, const char *encoding) in __setrunelocale()
98 struct xlocale_ctype saved = *l; in __setrunelocale()
175 memcpy(l, &saved, sizeof(struct xlocale_ctype)); in __setrunelocale()
213 struct xlocale_ctype *l = calloc(sizeof(struct xlocale_ctype), 1); in __ctype_load()
H A Dnone.c70 _none_init(struct xlocale_ctype *l, _RuneLocale *rl) in _none_init()
189 struct xlocale_ctype __xlocale_global_ctype = {
201 struct xlocale_ctype __xlocale_C_ctype = {
H A Deuc.c122 _EUC_CN_init(struct xlocale_ctype *l, _RuneLocale *rl) in _EUC_CN_init()
169 _EUC_KR_init(struct xlocale_ctype *l, _RuneLocale *rl) in _EUC_KR_init()
216 _EUC_JP_init(struct xlocale_ctype *l, _RuneLocale *rl) in _EUC_JP_init()
263 _EUC_TW_init(struct xlocale_ctype *l, _RuneLocale *rl) in _EUC_TW_init()
H A Dascii.c63 _ascii_init(struct xlocale_ctype *l,_RuneLocale *rl) in _ascii_init()
H A Dmskanji.c72 _MSKanji_init(struct xlocale_ctype *l, _RuneLocale *rl) in _MSKanji_init()
H A Dbig5.c68 _BIG5_init(struct xlocale_ctype *l, _RuneLocale *rl) in _BIG5_init()
H A Dgbk.c70 _GBK_init(struct xlocale_ctype *l, _RuneLocale *rl) in _GBK_init()
H A Dgb2312.c64 _GB2312_init(struct xlocale_ctype *l, _RuneLocale *rl) in _GB2312_init()
H A Dgb18030.c69 _GB18030_init(struct xlocale_ctype *l, _RuneLocale *rl) in _GB18030_init()
H A Dtable.c256 struct xlocale_ctype *c = XLOCALE_CTYPE(locale); in __runes_for_locale()
H A Dutf8.c65 _UTF8_init(struct xlocale_ctype *l, _RuneLocale *rl) in _UTF8_init()
/freebsd/lib/libc/stdio/
H A Dfputwc.c53 struct xlocale_ctype *l = XLOCALE_CTYPE(locale); in __fputwc()
H A Dungetwc.c54 struct xlocale_ctype *l = XLOCALE_CTYPE(locale); in __ungetwc()
H A Dfputws.c54 struct xlocale_ctype *l = XLOCALE_CTYPE(locale); in fputws_l()
H A Dfgetwc.c79 struct xlocale_ctype *l = XLOCALE_CTYPE(locale); in __fgetwc_mbs()
H A Dfgetws.c53 struct xlocale_ctype *l = XLOCALE_CTYPE(locale); in fgetws_l()