Searched refs:xlocale_ctype (Results 1 – 17 of 17) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | mblocal.h | 48 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 D | setrunelocale.c | 65 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 D | none.c | 70 _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 D | euc.c | 122 _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 D | ascii.c | 63 _ascii_init(struct xlocale_ctype *l,_RuneLocale *rl) in _ascii_init()
|
H A D | mskanji.c | 72 _MSKanji_init(struct xlocale_ctype *l, _RuneLocale *rl) in _MSKanji_init()
|
H A D | big5.c | 68 _BIG5_init(struct xlocale_ctype *l, _RuneLocale *rl) in _BIG5_init()
|
H A D | gbk.c | 70 _GBK_init(struct xlocale_ctype *l, _RuneLocale *rl) in _GBK_init()
|
H A D | gb2312.c | 64 _GB2312_init(struct xlocale_ctype *l, _RuneLocale *rl) in _GB2312_init()
|
H A D | gb18030.c | 69 _GB18030_init(struct xlocale_ctype *l, _RuneLocale *rl) in _GB18030_init()
|
H A D | table.c | 256 struct xlocale_ctype *c = XLOCALE_CTYPE(locale); in __runes_for_locale()
|
H A D | utf8.c | 65 _UTF8_init(struct xlocale_ctype *l, _RuneLocale *rl) in _UTF8_init()
|
/freebsd/lib/libc/stdio/ |
H A D | fputwc.c | 53 struct xlocale_ctype *l = XLOCALE_CTYPE(locale); in __fputwc()
|
H A D | ungetwc.c | 54 struct xlocale_ctype *l = XLOCALE_CTYPE(locale); in __ungetwc()
|
H A D | fputws.c | 54 struct xlocale_ctype *l = XLOCALE_CTYPE(locale); in fputws_l()
|
H A D | fgetwc.c | 79 struct xlocale_ctype *l = XLOCALE_CTYPE(locale); in __fgetwc_mbs()
|
H A D | fgetws.c | 53 struct xlocale_ctype *l = XLOCALE_CTYPE(locale); in fgetws_l()
|